1
0
Fork 0
forked from gitea/nas

Fix Vary headers not being set on some redirects (#27272)

This commit is contained in:
Claire 2023-10-05 09:50:08 +02:00
parent a9588065b2
commit ffcf2c691e
4 changed files with 7 additions and 6 deletions

View file

@ -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' }