Skip to content

Commit 7930278

Browse files
Makina CorpusMakina Corpus
authored andcommitted
Merge branch 'ios-compatibility'
2 parents bff2fee + 68042f5 commit 7930278

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
6-
<meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src http://0.0.0.0:35729 'self' 'unsafe-inline' 'unsafe-eval'" />
6+
<meta http-equiv="Content-Security-Policy" content="img-src * 'self' cdvfile://*;default-src gap://ready file://* *; style-src 'self' 'unsafe-inline' *; script-src http://0.0.0.0:35729 'self' 'unsafe-inline' 'unsafe-eval' *;" />
77
<title></title>
88
<meta name="description" content="">
99
<meta name="format-detection" content="telephone=no">
@@ -14,6 +14,7 @@
1414
<link rel="stylesheet" href="styles/vendor/leaflet.markercluster/MarkerCluster.Default.css">
1515
<link rel="stylesheet" href="styles/ionic.css">
1616
<link rel="stylesheet" href="styles/geotrek-mobile.css">
17+
1718
</head>
1819
<body state="{{ statename }}">
1920
<div ui-view></div>

0 commit comments

Comments
 (0)