tor-browser-bundle: support passing additional extensions
This commit is contained in:
parent
2651602c17
commit
931da53e50
@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
# Customization
|
# Customization
|
||||||
, extraPrefs ? ""
|
, extraPrefs ? ""
|
||||||
|
, extraExtensions ? [ ]
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -42,7 +43,12 @@ let
|
|||||||
|
|
||||||
extensionsEnv = symlinkJoin {
|
extensionsEnv = symlinkJoin {
|
||||||
name = "tor-browser-extensions";
|
name = "tor-browser-extensions";
|
||||||
paths = with firefoxExtensions; [ https-everywhere noscript torbutton tor-launcher ];
|
paths = with firefoxExtensions; [
|
||||||
|
https-everywhere
|
||||||
|
noscript
|
||||||
|
torbutton
|
||||||
|
tor-launcher
|
||||||
|
] ++ extraExtensions;
|
||||||
};
|
};
|
||||||
|
|
||||||
fontsEnv = symlinkJoin {
|
fontsEnv = symlinkJoin {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user