Fix Vary headers not being set on some redirects (#27272)
This commit is contained in:
parent
a9588065b2
commit
ffcf2c691e
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