0
0
Fork 0

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

This commit is contained in:
Claire 2023-10-05 09:50:08 +02:00 committed by GitHub
parent 8e4251f9e7
commit 40ba6e119b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

View file

@ -3,7 +3,6 @@
class FollowingAccountsController < ApplicationController
include AccountControllerConcern
include SignatureVerification
include WebAppControllerConcern
vary_by -> { public_fetch_mode? ? 'Accept, Accept-Language, Cookie' : 'Accept, Accept-Language, Cookie, Signature' }