mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
tor-browser-bundle: clear pref bootstrappedAddons for purity
This commit is contained in:
parent
0c26be5bd2
commit
93b9109b46
|
@ -214,6 +214,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
// Captures store paths
|
||||
clearPref("extensions.xpiState");
|
||||
clearPref("extensions.bootstrappedAddons");
|
||||
|
||||
// Insist on using IPC for communicating with Tor
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue