Skip to content

Commit

Permalink
browser(firefox): allow loading file URLs in web process (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Feb 26, 2020
1 parent dcdc7db commit e3b2f2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion browser_patches/firefox/BUILD_NUMBER
@@ -1 +1 @@
1029
1030
3 changes: 3 additions & 0 deletions browser_patches/firefox/preferences/playwright.cfg
Expand Up @@ -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.
Expand Down

0 comments on commit e3b2f2b

Please sign in to comment.