feat(tor-browser): use safest security level
This commit is contained in:
parent
feccb37a7f
commit
3f41074f15
1 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,13 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs;
|
imports = [ ../modules/firefox/tor-browser.nix ];
|
||||||
[ (tor-browser-bundle-bin.override { pulseaudioSupport = true; }) ];
|
|
||||||
|
programs.tor-browser = {
|
||||||
|
enable = true;
|
||||||
|
profiles."profile.default".settings = {
|
||||||
|
# Set Security Level Safest
|
||||||
|
"browser.security_level.security_slider" = 1;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue