Merge pull request #144810 from dsg22/feature-tor-browser-harden
This commit is contained in:
commit
05aaadd5cc
1 changed files with 4 additions and 5 deletions
|
@ -43,12 +43,11 @@
|
|||
|
||||
# Hardening
|
||||
, graphene-hardened-malloc
|
||||
# crashes with intel driver
|
||||
, useHardenedMalloc ? false
|
||||
# Whether to use graphene-hardened-malloc
|
||||
, useHardenedMalloc ? true
|
||||
|
||||
# Whether to disable multiprocess support to work around crashing tabs
|
||||
# TODO: fix the underlying problem instead of this terrible work-around
|
||||
, disableContentSandbox ? true
|
||||
# Whether to disable multiprocess support
|
||||
, disableContentSandbox ? false
|
||||
|
||||
# Extra preferences
|
||||
, extraPrefs ? ""
|
||||
|
|
Loading…
Reference in a new issue