From 095dfddfb8e308e5ef56b16f41ff6d7d4060cb60 Mon Sep 17 00:00:00 2001 From: Avior Date: Fri, 28 May 2021 14:53:28 +0200 Subject: [PATCH] Changed proxy Signed-off-by: Avior --- dzeio.next.config.js | 4 ++-- src/pages/_app.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dzeio.next.config.js b/dzeio.next.config.js index cf0a6e3..0281dac 100644 --- a/dzeio.next.config.js +++ b/dzeio.next.config.js @@ -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 = { diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index a5ff7d3..ead82a5 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -11,10 +11,10 @@ export default class CApp extends App { return (