mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:22:03 -08:00
remove DOM manipulation prefs needed for playwright
This commit is contained in:
parent
9dc9cddf5f
commit
63688bf892
1 changed files with 0 additions and 7 deletions
|
|
@ -419,13 +419,6 @@ defaultPref("dom.ipc.processPrelaunch.enabled", false);
|
|||
// Isolate permissions by user context.
|
||||
defaultPref("permissions.isolateBy.userContext", true);
|
||||
|
||||
// Allow creating files in content process - required for
|
||||
// |Page.setFileInputFiles| protocol method.
|
||||
defaultPref("dom.file.createInChild", true);
|
||||
|
||||
// Allow uploading directorys in content process.
|
||||
pref("dom.filesystem.pathcheck.disabled", true);
|
||||
|
||||
// Do not warn when closing all open tabs
|
||||
defaultPref("browser.tabs.warnOnClose", false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue