browser(firefox): allow loading file URLs in web process (#1110)

This commit is contained in:
Andrey Lushnikov 2020-02-25 16:07:22 -08:00 committed by GitHub
parent dcdc7db158
commit e3b2f2b2db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
1029
1030

View File

@ -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.