mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-07 02:11:05 +00:00
Update server.py
This commit is contained in:
parent
46d77e8562
commit
1397510fb6
|
@ -143,7 +143,7 @@ def proxy_check_filtered(data, webserver, port, scheme, method, url):
|
||||||
filtered = False
|
filtered = False
|
||||||
|
|
||||||
# prevent cache confusing
|
# prevent cache confusing
|
||||||
if data.find(b'Welcome to nginx') > -1:
|
if data.find(b'<title>Welcome to nginx!</title>') > -1:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# allowed conditions
|
# allowed conditions
|
||||||
|
|
Loading…
Reference in New Issue
Block a user