Skip to content

Commit 4d3c602

Browse files
committed
do not index
1 parent 0ca8f4d commit 4d3c602

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

server/proxy_provider_server.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ async def post(self, request):
6868

6969
async def get_proxies_html(self, request):
7070
try:
71-
html="""<!DOCTYPE html><html><head><meta charset="UTF-8"><title>Go away!</title>"""
71+
html="""<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="robots" content="noindex">
72+
<title>Go away!</title>"""
73+
7274
html += """
7375
<style>
7476
#proxy_table {

www/robots.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow: /

0 commit comments

Comments
 (0)