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 | ||
Daniel Bates
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/24383246>
Daniel Bates
Fixed this issue as part of the fix for bug #153157.