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
To help users, we added the following on our rev-proxy :
proxy_set_header Accept-Encoding "";
subs_filter "^Unknown error$" "Il semble que vous ayez un cookie étrange mal géré, veuillez aller sur notre <a href='https://browser-diagnostic.univ-paris1.fr/'>outil de diagnostic</a>." r;
Code Version
8.4.0
Expected Behavior
If the browser sends
Cookie: foo: bar boo; SATOSA...
, the cookiefoo
should be ignored.Current Behavior
It fails with "Unknown error"
Possible Solution
Filter out those weird cookies on apache/nginx?
Steps to Reproduce
document.cookie = "foo=bar boo; path=/; domain=.univ.fr
The text was updated successfully, but these errors were encountered: