Categories feed does not require authorization

main
Bob Mottram 2020-12-02 17:10:34 +00:00
parent deb57bbf00
commit 53d8f3f099
1 changed files with 1 additions and 0 deletions

View File

@ -1115,6 +1115,7 @@ class PubServer(BaseHTTPRequestHandler):
if self.path.startswith('/icons/') or \
self.path.startswith('/avatars/') or \
self.path.startswith('/favicon.ico') or \
self.path.startswith('/categories.xml') or \
self.path.startswith('/newswire.xml'):
return False