mirror of https://gitlab.com/bashrc2/epicyon
Blogs can be crawled
parent
a71c352ce3
commit
135f0f760f
|
@ -12277,7 +12277,8 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
"""
|
"""
|
||||||
if path == '/' or path == '/about' or \
|
if path == '/' or path == '/about' or \
|
||||||
path.startswith('/api/') or \
|
path.startswith('/api/') or \
|
||||||
path.startswith('/nodeinfo/'):
|
path.startswith('/nodeinfo/') or \
|
||||||
|
path.startswith('/blog/'):
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue