From fa0d2c340055070a0d66b3850db84ad7707ad8bb Mon Sep 17 00:00:00 2001 From: WardPearce Date: Tue, 11 Jul 2023 05:33:56 +1200 Subject: [PATCH] Removed CSP as no good solutions for vite --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e63ea8dc..e804f548 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,6 @@ in MinIO container and configure it for public access. - `Strict-Transport-Security: max-age=31536000` - `X-XSS-Protection: 1; mode=block` - `X-Frame-Options: DENY` -- `Content-Security-Policy: Content-Security-Policy: default-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; img-src 'self' data:;` - `Feature-Policy: microphone 'none'; camera 'none'; geolocation 'none'; payment 'none';` ### Vercel