You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2288 and #2322 added support for setting Vary: Cookie and not clobbering the existing Vary header. Unfortunately, there was already built-in support for that, we just missed it. Switch to this:
response.vary.add('Cookie')
The text was updated successfully, but these errors were encountered:
#2288 and #2322 added support for setting
Vary: Cookie
and not clobbering the existingVary
header. Unfortunately, there was already built-in support for that, we just missed it. Switch to this:The text was updated successfully, but these errors were encountered: