mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-05 17:31:03 +00:00
Update server.py
This commit is contained in:
parent
d657f22796
commit
ac441e95a3
|
@ -192,7 +192,7 @@ def proxy_check_filtered(data, webserver, port, scheme, method, url):
|
|||
|
||||
urls = []
|
||||
if not filtered:
|
||||
urls = re.findall(r'https?://[^\s]+?\.webp\b', text)
|
||||
urls = re.findall(r'https?://[^\s]+?\.webp(?:\b|\W)', text)
|
||||
if len(urls) > 0:
|
||||
for url in urls:
|
||||
if not filtered:
|
||||
|
|
Loading…
Reference in New Issue
Block a user