New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 893119 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Oct 9
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

directive names should be parsed case-insensitive

Project Member Reported by andypaicu@chromium.org, Oct 8

Issue description

See: 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.


 
Status: Fixed (was: Started)

Sign in to add a comment