diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-09-03 00:10:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-03 00:10:28 +0200 |
commit | ccc2f608c5c1caac2ea4796f4490f29d59d67068 (patch) | |
tree | edde274a4b167a18506f427e760aa0a30f39a49b /config/routes.rb | |
parent | b65a9b72433713d18e946661639b9b180ff5ab36 (diff) |
Redirect from old authorize_follow path (#8584)
To avoid error due to nginx proxy caching the webfinger response
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 0e54157dc..877823c7f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -39,6 +39,7 @@ Rails.application.routes.draw do } get '/users/:username', to: redirect('/@%{username}'), constraints: lambda { |req| req.format.nil? || req.format.html? } + get '/authorize_follow', to: redirect { |_, request| "/authorize_interaction?#{request.params.to_query}" } resources :accounts, path: 'users', only: [:show], param: :username do resources :stream_entries, path: 'updates', only: [:show] do |