[Webkit-unassigned] [Bug 34436] Change XSSAuditor block syntax
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 1 10:09:47 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34436
--- Comment #1 from Adam Barth <abarth at webkit.org> 2010-02-01 10:09:47 PST ---
Oops:
"X-XSS-Protection:" OWS "1" ";" "mode" "=" "block" OWS
Note that this is the "new" ABNF syntax, so the following would be valid:
X-XSS-Protection: 1;mode=block
X-XSS-Protection: 1 ; mode =block
because LWS (spaces and tabs) are allowed between each token. Also the tokens
are case insensitive.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list