Gtag content security fix.
Some checks failed
Build and Deploy / Build and Deploy (push) Has been cancelled
Some checks failed
Build and Deploy / Build and Deploy (push) Has been cancelled
This commit is contained in:
parent
f898397fd8
commit
c137cf79ab
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<meta http-equiv="Content-Security-Policy" content="
|
||||
default-src 'self';
|
||||
script-src 'self' 'unsafe-inline' https://*.fontawesome.com https://cdn.jsdelivr.net;
|
||||
script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://cdn.jsdelivr.net https://*.fontawesome.com;
|
||||
style-src 'self' 'unsafe-inline' https://*.fontawesome.com;
|
||||
font-src 'self' https://*.fontawesome.com;
|
||||
connect-src 'self' https://*.fontawesome.com;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue