We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
X-Content-Type-Options: nosniff
/assets
1 parent 63a57ea commit c3ce2c2Copy full SHA for c3ce2c2
config/nginx.conf.erb
@@ -39,6 +39,7 @@ http {
39
40
location ~ ^/assets/ {
41
add_header Strict-Transport-Security "max-age=31536000" always;
42
+ add_header X-Content-Type-Options nosniff;
43
add_header Cache-Control public;
44
root dist;
45
expires max;
0 commit comments