Update index allow-all CSP
This commit is contained in:
parent
f8f03aa4c7
commit
bfbe0f9c5a
|
@ -4,7 +4,16 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<title>DataSurvey</title>
|
<title>DataSurvey</title>
|
||||||
<meta http-equiv="Content-Security-Policy" content="script-src https://storage.googleapis.com" />
|
<meta
|
||||||
|
http-equiv="Content-Security-Policy"
|
||||||
|
content="default-src * data: blob: filesystem: about: ws: wss: 'unsafe-inline' 'unsafe-eval';
|
||||||
|
script-src * data: blob: 'unsafe-inline' 'unsafe-eval';
|
||||||
|
connect-src * data: blob: 'unsafe-inline';
|
||||||
|
img-src * data: blob: 'unsafe-inline';
|
||||||
|
frame-src * data: blob: ;
|
||||||
|
style-src * data: blob: 'unsafe-inline';
|
||||||
|
font-src * data: blob: 'unsafe-inline';"
|
||||||
|
/>
|
||||||
<meta name="description" content="Cree y complete encuestas a nivel mundial" />
|
<meta name="description" content="Cree y complete encuestas a nivel mundial" />
|
||||||
<meta name="google" content="notranslate" />
|
<meta name="google" content="notranslate" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||||||
|
|
Loading…
Reference in New Issue