crosswalk-project / crosswalk-ios

Crosswalk Project for iOS
https://crosswalk-project.org/
BSD 3-Clause "New" or "Revised" License
117 stars 77 forks source link

windows.open() throws an "ERROR whitelist rejection: url = "<some HTTPS URL>" #78

Closed tigertop closed 7 years ago

tigertop commented 7 years ago

Hi, I have followed the Crosswalk iOS quick start guide and when I try to call the windows.open() in my JS code to open an external site in the WebView I get an error saying that the requested website is not whitelisted. The error is in the XCode's console. How is it possible to whitelist an endpoint for XWalkView?