Closed
Bug 992382
Opened 12 years ago
Closed 11 years ago
CSP in CPP: Remove test bug_770099_bad_policyuri.js after removing old parser
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
DUPLICATE
of bug 949533
People
(Reporter: ckerschb, Assigned: ckerschb)
References
Details
Once the new parser lands we can remove bug_770099_bad_policyuri.js because we do not not support report-uri anymore. Please keep the the other part of that test though. In other words, do >>NOT<< delete bug_770099_violation.js.
Comment 1•12 years ago
|
||
(In reply to Christoph Kerschbaumer [:ckerschb] from comment #0)
> we can remove bug_770099_bad_policyuri.js because
> we do not not support report-uri anymore.
You mean policy-uri, and the test has two parts:
browser_webconsole_bug_770099_violation.js
and
browser_webconsole_bug_770099_violation_bad_policyuri.js
The first one tests web console CSP messages in general, and the second one is specific to policy URI violations. When we remove policy-uri, we should delete the second file (but not the first one).
Comment 2•12 years ago
|
||
This is a blocker for the new CSP backend's test suite. This should be done in coordination with bug 993477 and before we enable the new backend by default.
| Assignee | ||
Comment 3•11 years ago
|
||
Shortening my bug reference list. This bug actually got fixed with
"Bug 949533 - (csp-legacy-removal) Remove non-standard CSP parser and X-Content-Security-Policy header support " [1]
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=949533
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•