Skip to content

Commit be92c84

Browse files
committed
Allow stylesheets for charts
1 parent 9141e31 commit be92c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ impl Middleware for SecurityHeadersMiddleware {
107107
"default-src 'self'; \
108108
connect-src 'self' https://docs.rs; \
109109
script-src 'self' https://www.google-analytics.com https://www.google.com; \
110-
style-src 'self' https://www.google.com; \
110+
style-src 'self' https://www.google.com https://ajax.googleapis.com; \
111111
img-src *; \
112112
object-src 'none'"
113113
.into(),

0 commit comments

Comments
 (0)