mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03: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
|
// Captures store paths
|
||||||
clearPref("extensions.xpiState");
|
clearPref("extensions.xpiState");
|
||||||
|
clearPref("extensions.bootstrappedAddons");
|
||||||
|
|
||||||
// Insist on using IPC for communicating with Tor
|
// Insist on using IPC for communicating with Tor
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user