Default agent block

merge-requests/30/head
Bob Mottram 2021-11-20 17:14:39 +00:00
parent 2ffe72bd12
commit f612d1e805
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ class PubServer(BaseHTTPRequestHandler):
agentStrLower = agentStr.lower()
defaultAgentBlocks = [
'fedilist.com'
'fedilist'
]
for uaBlock in defaultAgentBlocks:
if uaBlock in agentStrLower: