fix: restore original whitelist hosts in config.example.yml

This commit is contained in:
2026-02-25 19:53:23 +07:00
parent 133d9e5a4a
commit 454de2f170

View File

@@ -16,9 +16,11 @@ signing_key: "CHANGE_ME_generate_with_openssl_rand_base64_32"
# Hosts that don't require signatures
# Use "." prefix for wildcard subdomain matching (e.g., ".example.com" matches "cdn.example.com")
whitelist_hosts:
- s3.sneak.cloud
- static.sneak.cloud
- sneak.berlin
- s3.sneak.cloud
- github.com
- user-images.githubusercontent.com
# Allow HTTP upstream (only for testing, always use HTTPS in production)
allow_http: false