browser(firefox): disable remote process for certain origins (#10269)
Fixes #10268
This commit is contained in:
parent
8dcd77270f
commit
851c194098
|
|
@ -1,2 +1,2 @@
|
|||
1304
|
||||
Changed: aslushnikov@gmail.com Wed Nov 10 21:36:03 HST 2021
|
||||
1305
|
||||
Changed: aslushnikov@gmail.com Thu Nov 11 15:24:13 HST 2021
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ pref("datareporting.policy.dataSubmissionPolicyBypassNotification", true);
|
|||
pref("browser.tabs.remote.useCrossOriginEmbedderPolicy", false);
|
||||
pref("browser.tabs.remote.useCrossOriginOpenerPolicy", false);
|
||||
|
||||
pref("browser.tabs.remote.separatePrivilegedMozillaWebContentProcess", false);
|
||||
|
||||
// =================================================================
|
||||
// =================================================================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
1305
|
||||
Changed: lushnikov@chromium.org Wed Nov 10 21:36:03 HST 2021
|
||||
1306
|
||||
Changed: lushnikov@chromium.org Thu Nov 11 15:24:13 HST 2021
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ pref("datareporting.policy.dataSubmissionPolicyBypassNotification", true);
|
|||
pref("browser.tabs.remote.useCrossOriginEmbedderPolicy", false);
|
||||
pref("browser.tabs.remote.useCrossOriginOpenerPolicy", false);
|
||||
|
||||
pref("browser.tabs.remote.separatePrivilegedMozillaWebContentProcess", false);
|
||||
|
||||
// =================================================================
|
||||
// =================================================================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue