diff --git a/src/main.rs b/src/main.rs index db631b6..fa7d77f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -199,7 +199,7 @@ fn main() -> io::Result<()> { CONTENT_SECURITY_POLICY, concat!( "default-src 'none'; ", - "script-src 'self' ajax.cloudflare.com; ", + "script-src 'self'; ", "style-src 'self'; ", "img-src 'self'; ", "object-src 'none'; ",