You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2021. It is now read-only.
Currently, when an app navigates to a URL from a domain that hasn't been whitelisted, it will launch the URL in the browser. Additionally, any non-interactive network requests (images, scripts) to domains that haven't been whitelisted are blocked.
We should consider including a (runtime) troubleshooting mode for apps generated by ManifoldJS that logs all requests rejected by the current whitelist and generates a report that users can take advantage of to update the whitelist (see "mjs_access_whitelist" member in the manifest).
The text was updated successfully, but these errors were encountered:
Will be fixed in release v0.1.4 of ManifoldCordova, created an issue in the ManifoldCordova repository to track status (pwa-builder/ManifoldCordova#38)
Currently, when an app navigates to a URL from a domain that hasn't been whitelisted, it will launch the URL in the browser. Additionally, any non-interactive network requests (images, scripts) to domains that haven't been whitelisted are blocked.
We should consider including a (runtime) troubleshooting mode for apps generated by ManifoldJS that logs all requests rejected by the current whitelist and generates a report that users can take advantage of to update the whitelist (see "mjs_access_whitelist" member in the manifest).
The text was updated successfully, but these errors were encountered: