mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-01 21:20:19 +00:00
block urls pointing to internal addresses (#1012)
This commit is contained in:
parent
b31b77707c
commit
3e40267cfa
4 changed files with 41 additions and 2 deletions
|
|
@ -34,6 +34,7 @@ class Settings(BaseSettings):
|
|||
LOG_LEVEL: str = "INFO"
|
||||
PORT: int = 8000
|
||||
ALLOWED_ORIGINS: list[str] = ["*"]
|
||||
BLOCKED_HOSTS: list[str] = ["localhost"]
|
||||
|
||||
# Secret key for JWT. Please generate your own secret key in production
|
||||
SECRET_KEY: str = "PLACEHOLDER"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue