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
The WaffleMiddleware sets a cookie on the response, but it does not support the domain parameter. The middleware should allow customizing this value so that waffle cookies can be used in cross-origin requests.
The middleware should use SESSION_COOKIE_DOMAIN from the Django settings. Alternatively, Waffle could introduce its own setting WAFFLE_SESSION_COOKIE_DOMAIN.
The text was updated successfully, but these errors were encountered:
The WaffleMiddleware sets a cookie on the response, but it does not support the
domain
parameter. The middleware should allow customizing this value so that waffle cookies can be used in cross-origin requests.The middleware should use
SESSION_COOKIE_DOMAIN
from the Django settings. Alternatively, Waffle could introduce its own settingWAFFLE_SESSION_COOKIE_DOMAIN
.The text was updated successfully, but these errors were encountered: