mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-30 14:44:28 +02:00
fix: update csp
This commit is contained in:
parent
e7a552672e
commit
12b11924d4
@ -1,11 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
X-Frame-Options: DENY
|
X-Frame-Options: DENY
|
||||||
X-XSS-Protection: 1; mode=block
|
X-XSS-Protection: 1; mode=block
|
||||||
Content-Security-Policy: default-src 'self' *.revanced.app; img-src 'self' *.revanced.app avatars.githubusercontent.com; font-src 'self' *.revanced.app fonts.googleapis.com fonts.gstatic.com; style-src 'self' 'unsafe-inline' *.revanced.app fonts.googleapis.com fonts.gstatic.com; script-src 'self' 'unsafe-inline';
|
Content-Security-Policy: default-src 'self' *.revanced.app; img-src 'self' *.revanced.app avatars.githubusercontent.com data:; font-src 'self' *.revanced.app fonts.googleapis.com fonts.gstatic.com; style-src 'self' 'unsafe-inline' *.revanced.app fonts.googleapis.com fonts.gstatic.com; script-src 'self' 'unsafe-inline';
|
||||||
X-Content-Type-Options: nosniff
|
X-Content-Type-Options: nosniff
|
||||||
Referrer-Policy: no-referrer
|
Referrer-Policy: no-referrer
|
||||||
Cache-Control: public, max-age=604800, stale-while-revalidate=86400, stale-if-error=259200
|
Cache-Control: public, max-age=604800, stale-while-revalidate=86400, stale-if-error=259200
|
||||||
|
|
||||||
|
|
||||||
/_app/immutable
|
/_app/immutable
|
||||||
Cache-Control: public, max-age=2419200, stale-while-revalidate=345600, stale-if-error=1036800
|
Cache-Control: public, max-age=2419200, stale-while-revalidate=345600, stale-if-error=1036800
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user