mirror of https://gitlab.com/bashrc2/epicyon
Default agent block
parent
2ffe72bd12
commit
f612d1e805
|
@ -566,7 +566,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
|
|
||||||
agentStrLower = agentStr.lower()
|
agentStrLower = agentStr.lower()
|
||||||
defaultAgentBlocks = [
|
defaultAgentBlocks = [
|
||||||
'fedilist.com'
|
'fedilist'
|
||||||
]
|
]
|
||||||
for uaBlock in defaultAgentBlocks:
|
for uaBlock in defaultAgentBlocks:
|
||||||
if uaBlock in agentStrLower:
|
if uaBlock in agentStrLower:
|
||||||
|
|
Loading…
Reference in New Issue