ariansyahdedy commited on
Commit
d85a8c7
·
1 Parent(s): b7c8381

test with yaml

Browse files
Files changed (1) hide show
  1. public/_headers +8 -1
public/_headers CHANGED
@@ -1,2 +1,9 @@
 
 
 
 
 
 
 
1
  /*.js
2
- Content-Type: application/javascript
 
1
+ /*
2
+ Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self';
3
+ X-Frame-Options: DENY
4
+ X-Content-Type-Options: nosniff
5
+ X-XSS-Protection: 1; mode=block
6
+ Referrer-Policy: no-referrer-when-downgrade
7
+
8
  /*.js
9
+ Content-Type: application/javascript*/