directive names should be parsed case-insensitive |
||
Issue descriptionSee: https://github.com/w3c/webappsec-csp/issues/236 Repro: Write a policy that uses different case directives, for example: "script-SRC example.com; SCRIPT-src not-example.com" Expected: the second directive should be marked as duplicate and ignored Actual: Chrome treats `script-SRC` and `SCRIPT-src` as different directives, neither is treated as `scripts-src` though.
,
Oct 9
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Oct 9