I am sorry to hear that it is not working.
This could be if you are using Nginx server - in Nginx, a directive in your nginx.conf should be added like this one:
add_header X-Content-Type-Options nosniff;
You then will have to restart the webserver and clear all server-side cache and browser cache to see the effects of this.