Bug 153152
| Summary: | CSP: Implement check for manifest fetching | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Daniel Bates <dbates> |
| Component: | WebCore Misc. | Assignee: | Daniel Bates <dbates> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, dbates, webkit-bug-importer |
| Priority: | P2 | Keywords: | BlinkMergeCandidate, InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=180292 | ||
Daniel Bates
We should merge <https://src.chromium.org/viewvc/blink?view=rev&revision=183317>.
Implement CSP check for manifest fetching
The CSP bits include the 'manifest-src' directive, but _not_ the
forthcoming "manifest that sets a CSP for its documents" feature.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/24383194>
Daniel Bates
Support for the directive manifest-src was added in <https://trac.webkit.org/changeset/225564> (bug #180292).