mirror of
https://github.com/Aviortheking/games.git
synced 2025-04-23 03:12:09 +00:00
Changed proxy
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
a9e6a70cd3
commit
095dfddfb8
@ -60,11 +60,11 @@
|
|||||||
"form-action 'self'; " +
|
"form-action 'self'; " +
|
||||||
"manifest-src 'self'; " +
|
"manifest-src 'self'; " +
|
||||||
"prefetch-src 'self'; " +
|
"prefetch-src 'self'; " +
|
||||||
"script-src 'self' 'unsafe-inline' 'unsafe-eval' https://stats.dzeio.com; " +
|
"script-src 'self' 'unsafe-inline' 'unsafe-eval' https://proxy.dzeio.com; " +
|
||||||
"style-src 'self' 'unsafe-inline'; " +
|
"style-src 'self' 'unsafe-inline'; " +
|
||||||
"img-src data: 'self'; " +
|
"img-src data: 'self'; " +
|
||||||
"font-src 'self'; " +
|
"font-src 'self'; " +
|
||||||
"connect-src 'self' https://stats.dzeio.com; " +
|
"connect-src 'self' https://proxy.dzeio.com; " +
|
||||||
"base-uri 'self';"
|
"base-uri 'self';"
|
||||||
}
|
}
|
||||||
const XXssProtection = {
|
const XXssProtection = {
|
||||||
|
@ -11,10 +11,10 @@ export default class CApp extends App {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<PlausibleProvider
|
<PlausibleProvider
|
||||||
customDomain="https://stats.dzeio.com"
|
enabled
|
||||||
|
customDomain="https://proxy.dzeio.com"
|
||||||
domain="games.avior.me"
|
domain="games.avior.me"
|
||||||
trackOutboundLinks
|
integrity="sha256-R6vN8jmBq9SIpnfJRnw9eNUfLbC2yO3GPQAKR5ZS7zQ="
|
||||||
integrity="sha384-Bwk7iNMK9H56PgZeINNhN5Mk42LZoNIXe6Ztx5lfALsrTkNWC9yh2J2UFO0xShAv"
|
|
||||||
>
|
>
|
||||||
<Component {...pageProps} />
|
<Component {...pageProps} />
|
||||||
</PlausibleProvider>
|
</PlausibleProvider>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user