diff --git a/specs/content-security-policy/index.src.html b/specs/content-security-policy/index.src.html index 45e05c61..397ca82c 100644 --- a/specs/content-security-policy/index.src.html +++ b/specs/content-security-policy/index.src.html @@ -302,9 +302,9 @@

  • Let directive-set be the result of parsing policy.
  • -
  • Remove all occurrences of report-uri and - sandbox directives from - directive-set.
  • +
  • Remove all occurrences of reflected-xss, + report-uri, and sandbox + directives from directive-set.
  • Enforce each of the directives in directive-set, as defined for each directive type.
  • @@ -2516,6 +2516,10 @@

    reflected-xss

    scripting attacks detect or prevent script execution, the user agent MUST report a violation. + Note: The reflected-xss directive will be ignored if + contained within a + meta element. +

    Relationship to X-XSS-Protection