mirror of
https://github.com/open-webui/open-webui.git
synced 2025-10-11 13:22:41 +02:00
feat: add ENABLE_LOCAL_WEB_FETCH to protect against SSRF attacks
This commit is contained in:
@@ -71,3 +71,7 @@ class ERROR_MESSAGES(str, Enum):
|
||||
EMPTY_CONTENT = "The content provided is empty. Please ensure that there is text or data present before proceeding."
|
||||
|
||||
DB_NOT_SQLITE = "This feature is only available when running with SQLite databases."
|
||||
|
||||
INVALID_URL = (
|
||||
"Oops! The URL you provided is invalid. Please double-check and try again."
|
||||
)
|
||||
|
Reference in New Issue
Block a user