2 parents d6f77df + acc3e3c commit d862d0cCopy full SHA for d862d0c
1 file changed
src/website_blocker/websiteBlockerManager.py
@@ -104,8 +104,8 @@ def _start_mitmdump(
104
if os.name == "nt":
105
args: List[str] = [
106
mitmdump_bin_path,
107
- "--set",
108
- "allow_remote=true",
+ "--listen-host",
+ "127.0.0.1",
109
"-p",
110
str(listening_port),
111
"--showhost",
@@ -147,8 +147,8 @@ def _start_mitmdump(
147
148
args = [
149
150
151
152
153
154
0 commit comments