We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14ccbba + d9a3944 commit aff0ba6Copy full SHA for aff0ba6
src/middleware/security_headers.rs
@@ -46,8 +46,7 @@ impl SecurityHeaders {
46
format!(
47
"default-src 'self'; \
48
connect-src 'self' https://docs.rs https://{}; \
49
- script-src 'self' 'unsafe-eval' \
50
- https://www.google-analytics.com https://www.google.com; \
+ script-src 'self' 'unsafe-eval' https://www.google.com; \
51
style-src 'self' https://www.google.com https://ajax.googleapis.com; \
52
img-src *; \
53
object-src 'none'",
0 commit comments