Bug 153156 - CSP: Remove deprecated ContentSecurityPolicy methods
Summary: CSP: Remove deprecated ContentSecurityPolicy methods
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords: BlinkMergeCandidate, InRadar
Depends on:
Blocks:
 
Reported: 2016-01-15 15:05 PST by Daniel Bates
Modified: 2016-01-31 19:11 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.