There was an error while loading. Please reload this page.
2 parents 06ac394 + 9727a4a commit 427380fCopy full SHA for 427380f
2 files changed
CHANGELOG.md
@@ -4,6 +4,9 @@
4
All notable changes to this project will be documented in this file.
5
Add any new changes to the top (right below this line).
6
7
+- 2025-12-05
8
+ - Set `NGINX_ROBOT_RULES` to a default of block everything.
9
+
10
- 2025-09-26
11
- Moved `EDXAPP_FEATURES_DEFAULT` and `EDXAPP_FEATURES_EXTRA` into top-level settings.
12
playbooks/roles/nginx/defaults/main.yml
@@ -190,7 +190,10 @@ nginx_ecommerce_gunicorn_hosts:
190
nginx_credentails_gunicorn_hosts:
191
- 127.0.0.1
192
193
-NGINX_ROBOT_RULES: [ ]
+# Block all crawlers by default
194
+NGINX_ROBOT_RULES:
195
+ - agent: "*"
196
+ disallow: "/"
197
NGINX_EDXAPP_EMBARGO_CIDRS: []
198
NGINX_P3P_MESSAGE: 'CP="Open edX does not have a P3P policy."'
199
0 commit comments