Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Feb 17, 2024
1 parent 46d77e8 commit 1397510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def proxy_check_filtered(data, webserver, port, scheme, method, url):
filtered = False

# prevent cache confusing
if data.find(b'Welcome to nginx') > -1:
if data.find(b'<title>Welcome to nginx!</title>') > -1:
return True

# allowed conditions
Expand Down

0 comments on commit 1397510

Please sign in to comment.