Bug 153152 - CSP: Implement check for manifest fetching
Summary: CSP: Implement check for manifest fetching
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 14:58 PST by Daniel Bates
Modified: 2018-08-01 09:40 PDT (History)
3 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 14:58:11 PST
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.
Comment 1 Radar WebKit Bug Importer 2016-01-27 20:36:03 PST
<rdar://problem/24383194>
Comment 2 Daniel Bates 2018-08-01 09:40:04 PDT
Support for the directive manifest-src was added in <https://trac.webkit.org/changeset/225564> (bug #180292).