DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
739 stars 258 forks source link

Prevent indexing by search engines by default #2808

Closed vmcj closed 5 days ago

vmcj commented 5 days ago

Some search engines trigger the markdown-preview which is POST only so we would get sentry errors for this. That lead to the discussion that we don't want search engines to index DOMjudge instances without the user specifically choosing this.

Fixes: https://github.com/DOMjudge/domjudge/issues/2654