cookies: replace alternative domains and backend domains by Host header instead

This commit is contained in:
Fijxu
2025-03-31 00:17:42 -03:00
parent ce97a41301
commit 642b2e8bf0
3 changed files with 4 additions and 40 deletions

View File

@@ -123,10 +123,6 @@ class Config
property domain : String?
# Materialious redirects
property materialious_domain : String?
# Alternative domains. You can add other domains, like TOR and I2P addresses
property alternative_domains : Array(String) = [] of String
# Backend domains. Domains for numbered backends
property backend_domains : Array(String) = [] of String
# Subscribe to channels using PubSubHubbub (requires domain, hmac_key)
property use_pubsub_feeds : Bool | Int32 = false