Lofesa commented on issue #1749:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1169978609

   Well ..... php stuff is not loaded by LoadFromFile
   
   And Pragma header I think is in the default headers pagespeed set.
   
   But in the statics files, think you need to add, for example, a  
x-content-type-options: nosniff, and you add in the location bloc
   
   add_header x-content-type-options nosniff;
   
   This header is not set in the optimized resources. If you wish to add it to 
a optimized resource, you need to use
   
   pagespeed AddResourceHeader "x-content-type-options" "nosniff";
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to