diff options
| -rw-r--r-- | searx/webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index 8c3cfe4a7..84d9c3f03 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -278,7 +278,7 @@ def robots(): Allow: / Allow: /about Disallow: /stats -Disallow: /engines +Disallow: /preferences """, mimetype='text/plain') |