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.
1 parent 005141c commit d9a3944Copy full SHA for d9a3944
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