Bug 153156

Summary: CSP: Remove deprecated ContentSecurityPolicy methods
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebCore Misc.Assignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, webkit-bug-importer
Priority: P2 Keywords: BlinkMergeCandidate, InRadar
Version: WebKit Local Build   
Hardware: All   
OS: All   

Description Daniel Bates 2016-01-15 15:05:47 PST
We should merge <https://src.chromium.org/viewvc/blink?view=rev&revision=195869>.

Remove deprecated ContentSecurityPolicy methods

Replace |ContentSecurityPolicy::deprecatedHeader| and
|ContentSecurityPolicy::deprecatedHeaderType| with a single |headers|
method returning a vector of headers. This allows callers
to get all the CSP headers, not just the first one.
Comment 1 Radar WebKit Bug Importer 2016-01-27 20:42:52 PST
<rdar://problem/24383246>
Comment 2 Daniel Bates 2016-01-31 19:11:08 PST
Fixed this issue as part of the fix for bug #153157.