Skip to content

Commit

Permalink
Enabled ModSecurity in main location
Browse files Browse the repository at this point in the history
  • Loading branch information
97carmine authored Mar 9, 2025
1 parent 24791d9 commit db112cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/proxy/templates/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ server {
add_header Content-Security-Policy "base-uri 'none'; connect-src 'self'; default-src 'none'; form-action 'none'; frame-ancestors 'self'; img-src 'self'; object-src 'none'; script-src 'self'; style-src 'self';" always;
add_header X-Download-Options "noopen" always;
add_header X-Permitted-Cross-Domain-Policies "none" always;
modsecurity off;
modsecurity on;
autoindex off;
proxy_redirect off;
proxy_pass http://${PROXIED_SERVER}:${PROXIED_PORT};
Expand Down

0 comments on commit db112cc

Please sign in to comment.