cordova-plugin-ionic-webview
Advanced tools
Comparing version 1.1.16 to 1.1.19
{ | ||
"name": "cordova-plugin-ionic-webview", | ||
"version": "1.1.16", | ||
"version": "1.1.19", | ||
"description": "The official Ionic's WKWebView Engine Plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -100,2 +100,14 @@ <!-- | ||
Webserver port | ||
-------------- | ||
You can set the port that the built-in local webserver will listen on (default is 8080) using the "WKPort" preference. | ||
If you change the port, be sure to also update your `<allow-navigation>` `href` attribute to match, as mentioned above in the Required Permissions section. | ||
#### config.xml | ||
``` | ||
<preference name="WKPort" value="12345" /> | ||
<allow-navigation href="http://localhost:12345/*"/> | ||
``` | ||
Application Transport Security (ATS) in iOS 9 | ||
@@ -102,0 +114,0 @@ ----------- |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
327520
126
1