Skip to content

Commit

Permalink
Prevent indexing of DOMjudge instance
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj authored Nov 19, 2024
1 parent b7274db commit 27d8cb6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ add_header X-Frame-Options "DENY";
add_header Referrer-Policy "same-origin";
add_header X-Content-Type-Options "nosniff";
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag "none" always;

error_log /var/log/nginx/domjudge.log;
access_log /var/log/nginx/domjudge.log dj_access;

0 comments on commit 27d8cb6

Please sign in to comment.