Skip to content

Commit 76e6f13

Browse files
committed
Fix from editorconfig spec
1 parent 5a6fc49 commit 76e6f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

headers_params

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ add_header X-XSS-Protection "1; mode=block";
66

77
add_header X-Content-Type-Options nosniff;
88

9-
add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' https://ssl.google-analytics.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' https://ssl.google-analytics.com; style-src 'self' https://fonts.googleapis.com; child-src 'none'; object-src 'none'";
9+
add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' https://ssl.google-analytics.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' https://ssl.google-analytics.com; style-src 'self' https://fonts.googleapis.com; child-src 'none'; object-src 'none'";

0 commit comments

Comments
 (0)