mastodon/config
MIYAGI Hikaru ddd0bb69e1 Merge HIDDEN_SERVICE_VIA_TRANSPARENT_PROXY into ALLOW_ACCESS_TO_HIDDEN_SERVICE (#7901)
If Mastodon accesses to the hidden service via transparent proxy, it's needed to avoid checking whether it's a private address, since `.onion` is resolved to a private address.
I was previously using the `HIDDEN_SERVICE_VIA_TRANSPARENT_PROXY` to provide that function. However, I realized that using `HIDDEN_SERVICE_VIA_TRANSPARENT_PROXY` is redundant, since this specification is always used with `ALLOW_ACCESS_TO_HIDDEN_SERVICE`. Therefore, I decided to integrate the setting of `HIDDEN_SERVICE_VIA_TRANSPARENT_PROXY` into` ALLOW_ACCESS_TO_HIDDEN_SERVICE`.
2018-06-29 15:36:02 +02:00
..
environments
initializers Merge HIDDEN_SERVICE_VIA_TRANSPARENT_PROXY into ALLOW_ACCESS_TO_HIDDEN_SERVICE (#7901) 2018-06-29 15:36:02 +02:00
locales Keyword/phrase filtering (#7905) 2018-06-29 15:34:36 +02:00
webpack Rename emoji sheet to avoid caching issue (#7777) 2018-06-10 16:12:47 +02:00
application.rb Add Slovene language (#7475) 2018-05-14 12:52:25 +02:00
boot.rb
brakeman.ignore
database.yml
deploy.rb
environment.rb
i18n-tasks.yml
navigation.rb Keyword/phrase filtering (#7905) 2018-06-29 15:34:36 +02:00
puma.rb
routes.rb Keyword/phrase filtering (#7905) 2018-06-29 15:34:36 +02:00
secrets.yml
settings.yml Add preference to hide following/followers lists (#7532) 2018-05-18 02:26:51 +02:00
sidekiq.yml
themes.yml More polished light theme (#7620) 2018-05-25 18:36:26 +02:00
webpacker.yml