fix: restore original whitelist hosts in config.example.yml
This commit is contained in:
@@ -16,9 +16,11 @@ signing_key: "CHANGE_ME_generate_with_openssl_rand_base64_32"
|
|||||||
# Hosts that don't require signatures
|
# Hosts that don't require signatures
|
||||||
# Use "." prefix for wildcard subdomain matching (e.g., ".example.com" matches "cdn.example.com")
|
# Use "." prefix for wildcard subdomain matching (e.g., ".example.com" matches "cdn.example.com")
|
||||||
whitelist_hosts:
|
whitelist_hosts:
|
||||||
|
- s3.sneak.cloud
|
||||||
- static.sneak.cloud
|
- static.sneak.cloud
|
||||||
- sneak.berlin
|
- sneak.berlin
|
||||||
- s3.sneak.cloud
|
- github.com
|
||||||
|
- user-images.githubusercontent.com
|
||||||
|
|
||||||
# Allow HTTP upstream (only for testing, always use HTTPS in production)
|
# Allow HTTP upstream (only for testing, always use HTTPS in production)
|
||||||
allow_http: false
|
allow_http: false
|
||||||
|
|||||||
Reference in New Issue
Block a user