Answers for "X-Content-Type-Options http configuration"

3

Apache set X-Content-Type-Options

<IfModule mod_headers.c>
    Header set X-Content-Type-Options "nosniff"
</IfModule>
Posted by: Guest on December-11-2020

Code answers related to "X-Content-Type-Options http configuration"

Browse Popular Code Answers by Language