Update index.php with CSP change
Allow https://api.pirsch.io/ to run scripts
This commit is contained in:
parent
44ab790c65
commit
d274b6b1d7
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'; 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'">
|
||||
<meta name="description"
|
||||
content="The homepage of PHP, JS and TS developer Mike Wink from Germany.">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue