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
Describe the bug
The HTTP header X-XSS-Protection which present does not match, and we have to either match the string X-Xss-Protection or use case-insensitive regex pattern like "/(?i:X-XSS-Protection: 1;mode=block)/"
Describe the bug
The HTTP header
X-XSS-Protection
which present does not match, and we have to either match the stringX-Xss-Protection
or use case-insensitive regex pattern like"/(?i:X-XSS-Protection: 1;mode=block)/"
How To Reproduce
Apache conf:
HTTP headers:
Test rule:
Expected Behavior
Test passed.
Actual Behavior
Environment:
The text was updated successfully, but these errors were encountered: