Conversation
supportHello, all – I’m trying to figure out why HSTS is only applied to .php and .HTML files. My security auditors are failing the site as .css is still unprotected. location ~* .(php|html)$ { add_header Strict-Transport-Security “max-age=31536000; includeSubDomains; preload”; } In the ‘location’ was not included, every file would be covered, as I understand. It looked like I could edit this (manual setup) but I couldn’t make any changes. Anyone know what I’m missing, here? Thank you!
No comments were stored for this source.