ソースを参照

Redirect from old authorize_follow path (#8584)

To avoid error due to nginx proxy caching the webfinger response
master
Eugen Rochko 5年前
committed by GitHub
コミット
ccc2f608c5
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      config/routes.rb

+ 1
- 0
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


読み込み中…
キャンセル
保存