From e32ad8594fcc727c3c12592c8f01bf780a51306b Mon Sep 17 00:00:00 2001 From: rare-magma Date: Sat, 31 Aug 2024 15:23:56 +0200 Subject: [PATCH] fix: content-security-policy typo Signed-off-by: rare-magma --- public/_headers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/_headers b/public/_headers index 7710603..11345f4 100644 --- a/public/_headers +++ b/public/_headers @@ -1,7 +1,7 @@ /* Referrer-Policy: no-referrer Permissions-Policy: accelerometer=(), autoplay=(self), camera=(), display-capture=(self), fullscreen=(self), geolocation=(self), gyroscope=(self), magnetometer=(self), microphone=(), payment=(), picture-in-picture=(self), sync-xhr=(), usb=() - Content-Security-Policy: default-src 'self'; img-src https://guitos.app https://www.w3.org data:; frame-ancestors 'none' script-src: 'sha256-rx9EtEVmqxUIzMXrtl4DeG1J3qw+cWA3RniGteNFzho='; + Content-Security-Policy: default-src 'self'; img-src https://guitos.app https://www.w3.org data:; frame-ancestors 'none'; script-src 'sha256-rx9EtEVmqxUIzMXrtl4DeG1J3qw+cWA3RniGteNFzho='; https://guitos.pages.dev/* X-Robots-Tag: noindex \ No newline at end of file