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 43 44 44 # Hardening 45 45 , graphene-hardened-malloc 46 - # crashes with intel driver 47 - , useHardenedMalloc ? false 46 + # Whether to use graphene-hardened-malloc 47 + , useHardenedMalloc ? true 48 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 49 + # Whether to disable multiprocess support 50 + , disableContentSandbox ? false 52 51 53 52 # Extra preferences 54 53 , extraPrefs ? ""