Skip to content

Commit

Permalink
fix: remove content type nosniff
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-oracle committed Jan 29, 2024
1 parent 85f0c21 commit e2808ad
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -4,6 +4,3 @@ add_header "Access-Control-Allow-Methods" "$cors_allow_methods" always;
add_header "Access-Control-Allow-Headers" "DNT,User-Agent,X-Requested-With,If-None-Match,If-Modified-Since,Cache-Control,Content-Type,Range,Cookie,X-Ic-Canister-Id" always;
add_header "Access-Control-Expose-Headers" "Accept-Ranges,Content-Length,Content-Range,X-Request-Id,X-Ic-Canister-Id" always;
add_header "Access-Control-Max-Age" "600" always;

# Other
add_header "X-Content-Type-Options" "nosniff" always;

0 comments on commit e2808ad

Please sign in to comment.