mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
fix: add script-src & object-src
This commit is contained in:
parent
86aa96b86f
commit
23ce01cfeb
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
/>
|
||||
|
||||
<!-- CSP -->
|
||||
<meta http-equiv="Content-Security-Policy" content="img-src 'self'; font-src *; style-src 'self' 'unsafe-inline' fonts.googleapis.com" />
|
||||
<meta http-equiv="Content-Security-Policy" content="img-src 'self'; font-src *; style-src 'self' 'unsafe-inline' fonts.googleapis.com; script-src 'self'; object-src 'none'" />
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link
|
||||
|
|
Loading…
Reference in a new issue