almost done! lots of changes

This commit is contained in:
byt3bl33d3r 2014-12-05 08:21:35 +01:00
commit 787f96d665
12 changed files with 202 additions and 201 deletions

View file

@ -27,7 +27,7 @@ class URLMonitor:
self.strippedURLPorts = {}
self.faviconReplacement = False
hsts_config = ConfigObj("./config_files/hsts_bypass.cfg")
hsts_config = ConfigObj("./config/hsts_bypass.cfg")
for k,v in hsts_config.items():
self.sustitucion[k] = v