Add X-Content-Type-Options to bbaovanc.com

Caught by Mozilla Observatory

https://developer.mozilla.org/en-US/observatory/analyze?host=bbaovanc.com
This commit is contained in:
2025-08-11 01:11:05 -05:00
parent 76a4fbf214
commit d36eceb16d
2 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ bbaovanc.com {
redir /categories/tinkering/ /categories/experiments/ redir /categories/tinkering/ /categories/experiments/
header Cache-Control no-cache header Cache-Control no-cache
header X-Content-Type-Options nosniff
root * /var/www/bbaovanc.com/public root * /var/www/bbaovanc.com/public
file_server { file_server {
precompressed br zstd gzip precompressed br zstd gzip

View File

@@ -19,7 +19,9 @@ demo.bbaovanc.com {
handle /staging/* { handle /staging/* {
header Cache-Control no-cache header Cache-Control no-cache
header X-Content-Type-Options nosniff
header boba-handle staging header boba-handle staging
file_server { file_server {
precompressed br zstd gzip precompressed br zstd gzip
} }