Bug 145424 - Can't load local files in WKWebView from containerized app
Summary: Can't load local files in WKWebView from containerized app
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-27 17:17 PDT by Anders Carlsson
Modified: 2015-05-28 09:15 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.51 KB, patch)
2015-05-27 17:19 PDT, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2015-05-27 17:17:33 PDT
Can't load local files in WKWebView from containerized app
Comment 1 Anders Carlsson 2015-05-27 17:19:34 PDT
Created attachment 253821 [details]
Patch
Comment 2 Anders Carlsson 2015-05-27 17:34:54 PDT
Committed r184931: <http://trac.webkit.org/changeset/184931>
Comment 3 Alexey Proskuryakov 2015-05-27 20:40:12 PDT
Comment on attachment 253821 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=253821&action=review

> Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:43
>  ;; bundle to find Info plists, so we jump through a few hoops here to provide
>  ;; enough access to make it possible.

How about removing this comment now?
Comment 4 mitz 2015-05-27 21:43:54 PDT
(In reply to comment #3)
> Comment on attachment 253821 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=253821&action=review
> 
> > Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:43
> >  ;; bundle to find Info plists, so we jump through a few hoops here to provide
> >  ;; enough access to make it possible.
> 
> How about removing this comment now?

It should be removed. Feel free to do it yourself or let me know if you want me to do it.