Bug 173078

Summary: [Cocoa] additionalReadAccessAllowedURLs should be consumed before loading the injected bundle
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=170387
Attachments:
Description Flags
Change the order andersca: review+

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>.