remove alternative domains

This commit is contained in:
Fijxu 2025-05-18 17:56:52 -04:00
parent f88fe43877
commit b5dbb95b47
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4
2 changed files with 0 additions and 12 deletions

View File

@ -157,16 +157,6 @@ db:
##
domain:
##
## Alternative domains. You can add other domains if you
## serve invidious on more than one domain, like Tor
## and I2P addresses.
##
## Accepted values: an array of fully qualified domain names (FQDN)
## Default: <none>
##
#alternative_domains: []
##
## Tell Invidious that it is behind a proxy that provides only
## HTTPS, so all links must use the https:// scheme. This

View File

@ -115,8 +115,6 @@ class Config
property hmac_key : String = ""
# Domain to be used for links to resources on the site where an absolute URL is required
property domain : String?
# Alternative domains. You can add other domains, like TOR and I2P addresses
property alternative_domains : Array(String) = [] of String
# Subscribe to channels using PubSubHubbub (requires domain, hmac_key)
property use_pubsub_feeds : Bool | Int32 = false
property popular_enabled : Bool = true