Loading
tor-browser: optionally enable IPC for Tor service (#414877)
The default behavior on other OSes and distributions is to use port 9150 to host the Tor service so that other applications may use it. While using IPC may have benefits it breaks the existing default behavior and causes the package Nixpkgs ships to have an opinionated default that cannot be easily disabled. This commit gates the config lines behind `useIPCTorService` so that users who are unaffected by this and wish to use it can toggle it on. Fixes #414877