Skip to content

Commit ccc44cf

Browse files
committed
remove web3 url
2 parents 5b2ea0a + 1a820ff commit ccc44cf

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

app/app/urls.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@
450450
re_path(r'^medium/?', retail.views.medium, name='medium'),
451451
re_path(r'^github/?', retail.views.github, name='github'),
452452
re_path(r'^youtube/?', retail.views.youtube, name='youtube'),
453-
re_path(r'^web3$/?', retail.views.web3, name='web3'),
454453

455454
# increase funding limit
456455
re_path(r'^requestincrease/?', retail.views.increase_funding_limit_request, name='increase_funding_limit_request'),

app/retail/templates/robots.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
User-agent: *
22

33
{% for handle in hidden_profiles %}
4-
Disallow: {{ handle }}*
5-
Disallow: profile/{{ handle }}*
4+
Disallow: /{{ handle }}*
5+
Disallow: /profile/{{ handle }}*
66
{% endfor %}
77

8-
Disallow: kudos/redeem/*
9-
Disallow: dynamic/avatar/*
10-
Disallow: login/github/*
8+
Disallow: /kudos/redeem/*
9+
Disallow: /dynamic/avatar/*
10+
Disallow: /login/github/*
1111

1212
User-agent: Yandex
1313
Disallow: /

0 commit comments

Comments
 (0)