mirror of https://gitlab.com/bashrc2/epicyon
Categories feed does not require authorization
parent
deb57bbf00
commit
53d8f3f099
|
@ -1115,6 +1115,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
if self.path.startswith('/icons/') or \
|
if self.path.startswith('/icons/') or \
|
||||||
self.path.startswith('/avatars/') or \
|
self.path.startswith('/avatars/') or \
|
||||||
self.path.startswith('/favicon.ico') or \
|
self.path.startswith('/favicon.ico') or \
|
||||||
|
self.path.startswith('/categories.xml') or \
|
||||||
self.path.startswith('/newswire.xml'):
|
self.path.startswith('/newswire.xml'):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue