Bug 159322

Summary: Create a generic "linked-on-or-after" check for new CSP Rules
Product: WebKit Reporter: Jiewen Tan <jiewen_tan>
Component: WebCore Misc.Assignee: Jiewen Tan <jiewen_tan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, jiewen_tan, mkwst, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch bfulgham: review+

Description Jiewen Tan 2016-06-30 16:04:30 PDT
Summary:
We have hit too many broken applications. We need to make the new CSP behavior for local files consistent.

We should take the application-specific workarounds we made for Ecobee and Quora, and apply them across the board.

See “Bug 157005 - CSP: Add app-specific workaround for Ecobee and Quora”
Comment 1 Jiewen Tan 2016-06-30 16:05:01 PDT
<rdar://problem/27117220>
Comment 2 Jiewen Tan 2016-06-30 16:11:45 PDT
Created attachment 282489 [details]
Patch
Comment 3 Brent Fulgham 2016-06-30 16:28:07 PDT
Comment on attachment 282489 [details]
Patch

r=me
Comment 4 Jiewen Tan 2016-06-30 16:35:59 PDT
(In reply to comment #3)
> Comment on attachment 282489 [details]
> Patch
> 
> r=me

Thanks, Brent.
Comment 5 Jiewen Tan 2016-06-30 17:04:28 PDT
Committed r202719: <http://trac.webkit.org/changeset/202719>