Fix Vary headers not being set on some redirects (#27272)
This commit is contained in:
parent
8e4251f9e7
commit
40ba6e119b
4 changed files with 7 additions and 6 deletions
|
@ -3,7 +3,6 @@
|
|||
class FollowerAccountsController < ApplicationController
|
||||
include AccountControllerConcern
|
||||
include SignatureVerification
|
||||
include WebAppControllerConcern
|
||||
|
||||
vary_by -> { public_fetch_mode? ? 'Accept, Accept-Language, Cookie' : 'Accept, Accept-Language, Cookie, Signature' }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue