Add robots.txt
This commit is contained in:
parent
0c6e760b72
commit
35a1906d3d
@ -45,6 +45,10 @@ def isValidUserAgent(user_agent):
|
|||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
@app.route('/robots.txt')
|
||||||
|
def robots():
|
||||||
|
return "User-agent: *\nDisallow: /"
|
||||||
|
|
||||||
@app.route('/') # If the useragent is discord, return the embed, if not, redirect to configured repo directly
|
@app.route('/') # If the useragent is discord, return the embed, if not, redirect to configured repo directly
|
||||||
def default():
|
def default():
|
||||||
user_agent = request.headers.get('user-agent')
|
user_agent = request.headers.get('user-agent')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user