Bug 59214 - CSP: Unify CSP check and SecurityOrigin::canDisplay
Summary: CSP: Unify CSP check and SecurityOrigin::canDisplay
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-22 11:28 PDT by Adam Barth
Modified: 2016-04-12 12:59 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2011-04-22 11:28:32 PDT
Very often when we call canDisplay, we call contentSecurityPolicy.  We should unify the two somehow.
Comment 1 Brent Fulgham 2016-04-12 12:59:26 PDT
This statement doesn't seem to be true. There are plenty of instances of one without the other.