mirror of
https://github.com/xHyroM/website.git
synced 2024-11-22 15:01:05 +01:00
fix: remove default-src
This commit is contained in:
parent
175378c378
commit
86aa96b86f
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- CSP -->
|
<!-- CSP -->
|
||||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self' *; 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" />
|
||||||
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
<link
|
<link
|
||||||
|
|
Loading…
Reference in a new issue