We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be92c84 commit 93ad0d8Copy full SHA for 93ad0d8
src/http.rs
@@ -106,7 +106,8 @@ impl Middleware for SecurityHeadersMiddleware {
106
vec![
107
"default-src 'self'; \
108
connect-src 'self' https://docs.rs; \
109
- script-src 'self' https://www.google-analytics.com https://www.google.com; \
+ script-src 'self' 'unsafe-eval' \
110
+ https://www.google-analytics.com https://www.google.com; \
111
style-src 'self' https://www.google.com https://ajax.googleapis.com; \
112
img-src *; \
113
object-src 'none'"
0 commit comments