Skip to content

Commit 8551fff

Browse files
authored
browser(firefox): disable cross-process navigation (#4594)
This disable cross-process navigation until we properly support it. References #4297
1 parent 761b78e commit 8551fff

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

browser_patches/firefox/BUILD_NUMBER

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1217
2-
Changed: [email protected] Mon Nov 30 18:45:31 PST 2020
1+
1218
2+
Changed: [email protected] Fri 04 Dec 2020 10:13:12 AM PST

browser_patches/firefox/preferences/playwright.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
// Use light theme by default.
44
pref("ui.systemUsesDarkTheme", 0);
55

6+
// @see https://github.com/microsoft/playwright/issues/4297
7+
pref("browser.tabs.remote.useCrossOriginEmbedderPolicy", false);
8+
pref("browser.tabs.remote.useCrossOriginOpenerPolicy", false);
9+
610
// Increase max number of child web processes so that new pages
711
// get a new process by default and we have a process isolation
812
// between pages from different contexts. If this becomes a performance

0 commit comments

Comments
 (0)