Bug 173078 - [Cocoa] additionalReadAccessAllowedURLs should be consumed before loading the injected bundle
Summary: [Cocoa] additionalReadAccessAllowedURLs should be consumed before loading the...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-07 15:21 PDT by mitz
Modified: 2017-06-07 15:27 PDT (History)
1 user (show)

See Also:


Attachments
Change the order (1.70 KB, patch)
2017-06-07 15:25 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2017-06-07 15:21:36 PDT
Loading the injected bundle may rely on being able to read from the paths in additionalReadAccessAllowedURLs, so the latter should be consumed first.
Comment 1 mitz 2017-06-07 15:25:11 PDT
Created attachment 312243 [details]
Change the order
Comment 2 mitz 2017-06-07 15:27:11 PDT
Fixed in <https://trac.webkit.org/r217908>.