mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Devserver: fix CSP to allow images from seirdy.one
This commit is contained in:
parent
1a89830880
commit
16d07c5f05
1 changed files with 1 additions and 1 deletions
|
@ -94,6 +94,6 @@ Referrer-Policy = "no-referrer"
|
||||||
X-XSS-Protection = "1; mode=block"
|
X-XSS-Protection = "1; mode=block"
|
||||||
X-FROG-UNSAFE = "1"
|
X-FROG-UNSAFE = "1"
|
||||||
X-UA-Compatible = "IE=edge"
|
X-UA-Compatible = "IE=edge"
|
||||||
Content-Security-Policy = "default-src 'none'; img-src 'self'; style-src 'self'; script-src 'none'; frame-ancestors 'none'; base-uri 'none'; form-action 'none'; manifest-src 'self'; upgrade-insecure-requests;"
|
Content-Security-Policy = "default-src 'none'; img-src 'self' https://seirdy.one; style-src 'self'; script-src 'none'; frame-ancestors 'none'; base-uri 'none'; form-action 'none'; manifest-src 'self'; upgrade-insecure-requests;"
|
||||||
Permissions-Policy = "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
|
Permissions-Policy = "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
|
||||||
Cache-Control = "max-age=120, no-transform"
|
Cache-Control = "max-age=120, no-transform"
|
||||||
|
|
Loading…
Reference in a new issue