mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-07 21:42:17 -07:00
- Fixed a bug that would make certain sites end up in a infinite redirect loop
- HSTS headers now get deleted
This commit is contained in:
parent
cb09a12164
commit
10468bfa5e
3 changed files with 7 additions and 4 deletions
|
@ -190,7 +190,7 @@ class ClientRequest(Request):
|
|||
def process(self):
|
||||
logging.debug("Resolving host: %s" % (self.getHeader('host')))
|
||||
host = self.getHeader('host')
|
||||
|
||||
|
||||
if (self.hsts and host):
|
||||
real = self.urlMonitor.real
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue