Changed proxy

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-05-28 14:53:28 +02:00
parent a9e6a70cd3
commit 095dfddfb8
Signed by: Florian Bouillon
GPG Key ID: 50BD648F12C86AB6
2 changed files with 5 additions and 5 deletions

View File

@ -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 = {

View File

@ -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>