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