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 SILKY_HIDE_COOKIES setting does not hide the cookie header if it is written in a different case.
Current behavior:
When using the SILKY_HIDE_COOKIES setting, the cookie header is not hidden if it is written in a different case compared to the specified name in the code in upper case Expected behavior:
The SILKY_HIDE_COOKIES setting should hide the cookie header, regardless of the case in which it is written. Currently, it only works if the case matches exactly.
Steps to reproduce:
Set the SILKY_HIDE_COOKIES setting to True.
Send a request with a 'cookie' header in lower case.
Inspect the request headers on the server side, and observe that the 'COOKIE' header is present.
The SILKY_HIDE_COOKIES setting does not hide the cookie header if it is written in a different case.
Current behavior:
When using the
SILKY_HIDE_COOKIES
setting, the cookie header is not hidden if it is written in a different case compared to the specified name in the code in upper caseExpected behavior:
The
SILKY_HIDE_COOKIES
setting should hide the cookie header, regardless of the case in which it is written. Currently, it only works if the case matches exactly.Steps to reproduce:
SILKY_HIDE_COOKIES
setting to True.Refs
COOKIE
in upper case is hardcoded hereThe text was updated successfully, but these errors were encountered: