Bug 156353

Summary: CSP: Remove tests for unimplemented directive referrer
Product: WebKit Reporter: Daniel Bates <dbates>
Component: Tools / TestsAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, bfulgham, commit-queue, lforschler, mkwst
Priority: P2    
Version: WebKit Local Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch aestes: review+

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>