Skip to content

Commit

Permalink
remove web3 url
Browse files Browse the repository at this point in the history
  • Loading branch information
danlipert committed Apr 30, 2020
2 parents 5b2ea0a + 1a820ff commit ccc44cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion app/app/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@
re_path(r'^medium/?', retail.views.medium, name='medium'),
re_path(r'^github/?', retail.views.github, name='github'),
re_path(r'^youtube/?', retail.views.youtube, name='youtube'),
re_path(r'^web3$/?', retail.views.web3, name='web3'),

# increase funding limit
re_path(r'^requestincrease/?', retail.views.increase_funding_limit_request, name='increase_funding_limit_request'),
Expand Down
10 changes: 5 additions & 5 deletions app/retail/templates/robots.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
User-agent: *

{% for handle in hidden_profiles %}
Disallow: {{ handle }}*
Disallow: profile/{{ handle }}*
Disallow: /{{ handle }}*
Disallow: /profile/{{ handle }}*
{% endfor %}

Disallow: kudos/redeem/*
Disallow: dynamic/avatar/*
Disallow: login/github/*
Disallow: /kudos/redeem/*
Disallow: /dynamic/avatar/*
Disallow: /login/github/*

User-agent: Yandex
Disallow: /
Expand Down

0 comments on commit ccc44cf

Please sign in to comment.