Add CSP headers to make locally open page work in Safari

This commit is contained in:
Ivan Danyliuk 2018-10-24 19:59:42 +02:00
parent aeadf127aa
commit 74fd021f39
No known key found for this signature in database
GPG Key ID: 97ED33CE024E1DBF
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
<head>
<meta charset=utf-8>
<meta http-equiv="Content-Security-Policy-Report-Only" content="default-src http: file:; child-src 'none'; object-src 'none'">
</head>
<body>