Closed
Bug 666056
Opened 13 years ago
Closed 12 years ago
Switch CSP "xhr-src" directive to "connect-src"
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 746978
People
(Reporter: bsterne, Assigned: bsterne)
Details
Currently, xhr-src only restricts the list of hosts to which a page can connect to via XHR. We should change the directive name to "connect" and apply the restrictions to: XMLHttpRequest, WebSocket, and EventSource.
Assignee | ||
Updated•13 years ago
|
Summary: Switch CSP "xhr-src" directive to "connect" → Switch CSP "xhr-src" directive to "connect-src"
Comment 1•12 years ago
|
||
Duping this to bug 746968 "sync CSP directive parsing and directive names with w3c CSP 1.0 spec"
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•