Exclude firefox/welcome pages from sitemap (Fixes #7833)

This commit is contained in:
Shivansh Srivastava 2019-10-07 21:27:52 +05:30 коммит произвёл Alex Gibson
Родитель 8426d191db
Коммит 2b337ee4da
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -266,6 +266,7 @@ SUPPORTED_NONLOCALES = [
# specific URLs, add them to mozorg/templates/mozorg/robots.txt.
NOINDEX_URLS = [
r'^(404|500)/',
r'^firefox/welcome/',
r'^contribute/(embed|event)/',
r'^csp-violation-capture',
r'^firefox/sms/sent/',