We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b95d83d + 52f99c1 commit 9a438baCopy full SHA for 9a438ba
1 file changed
_headers
@@ -1,3 +1,8 @@
1
+# Security headers to prevent clickjacking
2
+/*
3
+ X-Frame-Options: SAMEORIGIN
4
+ Content-Security-Policy: frame-ancestors 'self'
5
+
6
# Cache static resources for 10 months
7
/*.js
8
/*.css
0 commit comments