We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f43e5 commit 48e7c7fCopy full SHA for 48e7c7f
src/main.rs
@@ -92,8 +92,7 @@ static CSP_VALUE: HeaderValue = HeaderValue::from_static(
92
https://static.cloudflareinsights.com; \
93
style-src 'self' https://cdnjs.cloudflare.com/ajax/libs/highlight.js/; \
94
object-src 'none'; \
95
- base-uri 'none'; \
96
- require-trusted-types-for 'script';",
+ base-uri 'none';",
97
);
98
99
async fn noindex_cache(req: Request, next: Next) -> Response {
0 commit comments