mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
browser(firefox): allow loading file URLs in web process (#1110)
This commit is contained in:
parent
dcdc7db158
commit
e3b2f2b2db
@ -1 +1 @@
|
||||
1029
|
||||
1030
|
||||
|
||||
@ -22,6 +22,9 @@ pref("browser.newtabpage.enabled", false);
|
||||
// Do not redirect user when a milstone upgrade of Firefox is detected
|
||||
pref("browser.startup.homepage_override.mstone", "ignore");
|
||||
|
||||
pref("browser.tabs.remote.separateFileUriProcess", false);
|
||||
pref("security.sandbox.content.level", 2);
|
||||
|
||||
// Disable topstories
|
||||
pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
|
||||
// DevTools JSONViewer sometimes fails to load dependencies with its require.js.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user