Revert "Enable multiprocess and sandbox"

This reverts commit 663f8530cf.
This commit is contained in:
Paul Rouget 2016-08-15 03:44:46 +02:00
parent 27472ffa59
commit c40a658e9c
2 changed files with 2 additions and 6 deletions

View file

@ -111,10 +111,6 @@ class PostBuildCommands(CommandBase):
# Convert to a relative path to avoid mingw -> Windows path conversions
browserhtml_path = path.relpath(browserhtml_path, os.getcwd())
if not is_windows():
# multiprocess + sandbox
args = args + ['-M', '-S']
args = args + ['-w',
'--pref', 'dom.mozbrowser.enabled',
'--pref', 'dom.forcetouch.enabled',