Update index.php with CSP additions
Needed for working Analytics
This commit is contained in:
parent
d274b6b1d7
commit
d6a5d9ef55
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="Content-Security-Policy"
|
||||
content="default-src 'self' data: ; img-src 'self' data: ; font-src 'self'; object-src 'none'; script-src 'self' https://api.pirsch.io/; style-src 'self'">
|
||||
content="default-src 'self' data: ; img-src 'self' data: ; font-src 'self'; object-src 'none'; script-src 'self' https://api.pirsch.io/; style-src 'self'; connect-src https://api.pirsch.io/">
|
||||
<meta name="description"
|
||||
content="The homepage of PHP, JS and TS developer Mike Wink from Germany.">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue