summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-02-11 18:05:03 -0500
committerPliable Pixels <pliablepixels@gmail.com>2017-02-11 18:05:03 -0500
commit85e4e5326e79c5f5304a25e31f129b69ed647a8d (patch)
tree9a1cd57cdee9985ecfe2022c42c9caa883e378b4 /www/index.html
parent9cf314cc8ca5f57148bfa8d503bc9698bfec9ac4 (diff)
various fixes for the odd "no connection" issue
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html
index 7da97e38..3ba46aa2 100644
--- a/www/index.html
+++ b/www/index.html
@@ -4,7 +4,7 @@
<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';">
+ <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">