Attempt to fix some last console errors.
This commit is contained in:
parent
e8d8cf0228
commit
882c8ecd83
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<meta http-equiv="Content-Security-Policy" content="
|
||||
default-src 'self';
|
||||
script-src 'self' https://cdn.jsdelivr.net https://*.fontawesome.com;
|
||||
script-src 'self' 'unsafe-inline' https://*.fontawesome.com https://cdn.jsdelivr.net;
|
||||
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