open-webui/backend
Que Nguyen eb7bba81fe
Refactor URL validation function
- The check for private IP addresses often did not yield the expected results, especially with errors like: `[Errno -2] Name or service not known`.
- Removed the check for private IP addresses in the URL validation process.
- Simplified the `validate_url` function to focus on validating the URL format and checking the existence of the URL using a HEAD request.
2024-06-12 08:15:04 +07:00
..
apps Refactor URL validation function 2024-06-12 08:15:04 +07:00
data
open_webui
static
utils fix 2024-06-11 14:30:18 -07:00
.dockerignore
.gitignore
config.py feat: fc integration 2024-06-10 23:40:27 -07:00
constants.py
dev.sh
main.py refac: tools 2024-06-11 11:31:14 -07:00
requirements.txt add: duckduckgo-search dependencies added in requirements.txt 2024-06-11 19:53:57 +05:30
start_windows.bat update 2024-06-11 12:32:29 -04:00
start.sh