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
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/servlet/appendix/namespace/http.adoc
+6
Original file line number
Diff line number
Diff line change
@@ -578,6 +578,12 @@ This indicates to the browser that the page should not be loaded at all.
578
578
When false and xss-protection-enabled is true, the page will still be rendered when an reflected attack is detected but the response will be modified to protect against the attack.
579
579
Note that there are sometimes ways of bypassing this mode which can often times make blocking the page more desirable.
580
580
581
+
[[nsa-xss-protection-header-value]]
582
+
* **xss-protection-header-value**
583
+
Explicitly set the value for https://en.wikipedia.org/wiki/Cross-site_scripting#Non-Persistent[reflected / Type-1 Cross-Site Scripting (XSS)] header.
584
+
One of: "0", "1", "1; mode=block".
585
+
When set, overrides both enabled and block attributes.
0 commit comments