Bug 156353 - CSP: Remove tests for unimplemented directive referrer
Summary: CSP: Remove tests for unimplemented directive referrer
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-07 11:46 PDT by Daniel Bates
Modified: 2016-04-07 12:52 PDT (History)
5 users (show)

See Also:


Attachments
Patch (48.47 KB, patch)
2016-04-07 11:48 PDT, Daniel Bates
aestes: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2016-04-07 11:46:42 PDT
The Content Security Policy directive referrer was removed from the Content Security Policy Level 2 spec., <https://w3c.github.io/webappsec-csp/2/> (Editor's Draft, 29 August 2015). It was never implemented. We should remove all the tests we have for this directive.

For completeness, the directive referrer appeared in the Content Security Policy 1.1 spec, <https://www.w3.org/TR/2014/WD-CSP11-20140211/>, was mentioned as "at-risk, and may be dropped during the CR period" in an early revision of the Content Security Policy Level 2 spec., <https://www.w3.org/TR/2014/WD-CSP2-20140703/>, and was subsequently removed in <https://www.w3.org/TR/2015/CR-CSP2-20150219/>.
Comment 1 Daniel Bates 2016-04-07 11:48:31 PDT
Created attachment 275906 [details]
Patch
Comment 2 Daniel Bates 2016-04-07 12:52:45 PDT
Committed r199172: <http://trac.webkit.org/changeset/199172>