Skip to content

Commit e3b2f2b

Browse files
authored
browser(firefox): allow loading file URLs in web process (#1110)
1 parent dcdc7db commit e3b2f2b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

browser_patches/firefox/BUILD_NUMBER

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1029
1+
1030

browser_patches/firefox/preferences/playwright.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ pref("browser.newtabpage.enabled", false);
2222
// Do not redirect user when a milstone upgrade of Firefox is detected
2323
pref("browser.startup.homepage_override.mstone", "ignore");
2424
25+
pref("browser.tabs.remote.separateFileUriProcess", false);
26+
pref("security.sandbox.content.level", 2);
27+
2528
// Disable topstories
2629
pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
2730
// DevTools JSONViewer sometimes fails to load dependencies with its require.js.

0 commit comments

Comments
 (0)