We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0839e commit ce68d48Copy full SHA for ce68d48
src/main.rs
@@ -88,7 +88,8 @@ static CSP_VALUE: HeaderValue = HeaderValue::from_static(
88
"default-src 'self'; \
89
img-src 'self' data:; \
90
connect-src 'self' https://*.giveip.io; \
91
- script-src 'self' https://cdnjs.cloudflare.com/ajax/libs/highlight.js/; \
+ script-src 'self' https://cdnjs.cloudflare.com/ajax/libs/highlight.js/ \
92
+ https://static.cloudflareinsights.com; \
93
style-src 'self'; \
94
object-src 'none'; \
95
base-uri 'none'; \
0 commit comments