From 814d990604ccc4968a259d261866a13802b41461 Mon Sep 17 00:00:00 2001 From: Mike West Date: Thu, 12 Jun 2014 09:06:41 +0200 Subject: [PATCH] CSP: Remove 'reflected-xss' from elements. --- specs/content-security-policy/index.src.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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