diff options
Diffstat (limited to 'Android/res/xml/config.xml')
-rwxr-xr-x | Android/res/xml/config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Android/res/xml/config.xml b/Android/res/xml/config.xml index da9c1f4..8cfd376 100755 --- a/Android/res/xml/config.xml +++ b/Android/res/xml/config.xml @@ -29,6 +29,8 @@ <!-- <access origin="https://example.com" subdomains="true" /> such as above, but including subdomains, such as www --> <access origin=".*"/> + <content src="index.html"/> + <log level="DEBUG"/> <preference name="useBrowserHistory" value="true" /> <preference name="exit-on-suspend" value="false" /> |