tor-browser: disable hardening by default (#93154)

* tor-browser: disable hardening by default

this seems to cause crashes with certain tabs.
relevant issue: https://github.com/NixOS/nixpkgs/issues/86356

* Update pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>

authored by Lassulus Jörg Thalheim and committed by GitHub 45e2ff34 a6133b7a

+2 -1
+2 -1
pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
··· 46 46 47 47 # Hardening 48 48 , graphene-hardened-malloc 49 - , useHardenedMalloc ? graphene-hardened-malloc != null && builtins.elem stdenv.system graphene-hardened-malloc.meta.platforms 49 + # crashes with intel driver 50 + , useHardenedMalloc ? false 50 51 51 52 # Whether to disable multiprocess support to work around crashing tabs 52 53 # TODO: fix the underlying problem instead of this terrible work-around