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