Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 0ec9bca

Browse files
authored
Remove DisableDebuggerAttachment option
DisableDebuggerAttachment was added in 839fc5a but it doesn't work when applied to an already running Tor (#80). This option can only be set before Tor is launched. I'm removing it for now as I don't see why it is needed when running the bwscanner.
1 parent 839fc5a commit 0ec9bca

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bwscanner/attacher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ def connect_to_tor(launch_tor, circuit_build_timeout, control_port=None,
153153
'FetchDirInfoExtraEarly': 1,
154154
'SafeLogging': 0,
155155
'LogTimeGranularity': 1,
156-
'DisableDebuggerAttachment': 0,
157156
}
158157

159158
if tor_overrides:

0 commit comments

Comments
 (0)