Merge pull request #144810 from dsg22/feature-tor-browser-harden

authored by Artturi and committed by GitHub 05aaadd5 185aeb4a

+4 -5
+4 -5
pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
··· 43 44 # Hardening 45 , graphene-hardened-malloc 46 - # crashes with intel driver 47 - , useHardenedMalloc ? false 48 49 - # Whether to disable multiprocess support to work around crashing tabs 50 - # TODO: fix the underlying problem instead of this terrible work-around 51 - , disableContentSandbox ? true 52 53 # Extra preferences 54 , extraPrefs ? ""
··· 43 44 # Hardening 45 , graphene-hardened-malloc 46 + # Whether to use graphene-hardened-malloc 47 + , useHardenedMalloc ? true 48 49 + # Whether to disable multiprocess support 50 + , disableContentSandbox ? false 51 52 # Extra preferences 53 , extraPrefs ? ""