Config: Add option to disable fetching content from URLs

This commit is contained in:
DocShotgun
2024-11-17 23:05:17 -08:00
parent dd41eec8a4
commit c42655336b
3 changed files with 19 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ network:
# Turn on this option if you are ONLY connecting from localhost.
disable_auth: false
# Disable fetching external content in response to requests, such as images from URLs.
disable_fetch_requests: false
# Send tracebacks over the API (default: False).
# NOTE: Only enable this for debug purposes.
send_tracebacks: false