mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-05 20:42:20 -07:00
Update ServerConnection.py
This commit is contained in:
parent
6e9d9ba707
commit
f04ccf9d31
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class ServerConnection(HTTPClient):
|
|||
self.isCompressed = True
|
||||
|
||||
elif (key.lower()== 'strict-transport-security'):
|
||||
log.debug("[ServerConnection] Zapped a strict-trasport-security header")
|
||||
log.debug("[ServerConnection] Zapped a strict-transport-security header")
|
||||
|
||||
elif (key.lower() == 'content-length'):
|
||||
self.contentLength = value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue