mirror of
https://github.com/Aviortheking/games.git
synced 2025-04-22 10:52: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'; " +
|
||||
"manifest-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'; " +
|
||||
"img-src data: 'self'; " +
|
||||
"font-src 'self'; " +
|
||||
"connect-src 'self' https://stats.dzeio.com; " +
|
||||
"connect-src 'self' https://proxy.dzeio.com; " +
|
||||
"base-uri 'self';"
|
||||
}
|
||||
const XXssProtection = {
|
||||
|
@ -11,10 +11,10 @@ export default class CApp extends App {
|
||||
|
||||
return (
|
||||
<PlausibleProvider
|
||||
customDomain="https://stats.dzeio.com"
|
||||
enabled
|
||||
customDomain="https://proxy.dzeio.com"
|
||||
domain="games.avior.me"
|
||||
trackOutboundLinks
|
||||
integrity="sha384-Bwk7iNMK9H56PgZeINNhN5Mk42LZoNIXe6Ztx5lfALsrTkNWC9yh2J2UFO0xShAv"
|
||||
integrity="sha256-R6vN8jmBq9SIpnfJRnw9eNUfLbC2yO3GPQAKR5ZS7zQ="
|
||||
>
|
||||
<Component {...pageProps} />
|
||||
</PlausibleProvider>
|
||||
|
Loading…
x
Reference in New Issue
Block a user