We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295f91a commit 996b919Copy full SHA for 996b919
1 file changed
static/.htaccess
@@ -32,6 +32,7 @@
32
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; \
33
font-src 'self' https://fonts.gstatic.com; \
34
img-src 'self' data: https:; \
35
+ object-src 'none'; \
36
connect-src 'self'; \
37
frame-ancestors 'none'; \
38
base-uri 'self'; \
0 commit comments