summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.xml6
-rw-r--r--www/index.html7
2 files changed, 8 insertions, 5 deletions
diff --git a/config.xml b/config.xml
index c41f1612..e149696c 100644
--- a/config.xml
+++ b/config.xml
@@ -8,11 +8,9 @@
Pliable Pixels
</author>
<content src="index.html" />
- <access allows-arbitrary-loads-in-media="true" allows-arbitrary-loads-in-web-content="true" allows-local-networking="true" origin="*" subdomains="true" />
- <access launch-external="yes" origin="mailto:*" />
+ <access launch-external="yes" origin="mailto:*" />
<allow-navigation href="*" />
- <allow-intent href="http://*/*" />
- <allow-intent href="https://*/*" />
+
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
<preference name="iosPersistentFileLocation" value="Library" />
<preference name="AllowInlineMediaPlayback" value="true" />
diff --git a/www/index.html b/www/index.html
index 3ba46aa2..bcf53444 100644
--- a/www/index.html
+++ b/www/index.html
@@ -3,8 +3,13 @@
<head>
<meta charset="utf-8">
+
+
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
- <meta http-equiv="Content-Security-Policy" content="img-src * blob: android-webview-video-poster: cdvphotolibrary: 'self' data:; default-src * blob: 'self' gap: wss: ws: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval';connect-src * http: https: ws: wss:;">
+
+ <meta http-equiv="Content-Security-Policy" content="img-src * blob: android-webview-video-poster: cdvphotolibrary: 'self' data:; default-src * blob: 'self' gap: wss: ws: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval';">
+
+ <!--<meta http-equiv="Content-Security-Policy" content="img-src * blob: android-webview-video-poster: cdvphotolibrary: 'self' data:; default-src * blob: 'self' gap: wss: ws: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval';connect-src * http: https: ws: wss:;">-->
<title></title>
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" href="css/animate.min.css">