Bug 1619655 - Part 1. Enable COOP+COEP prefs on GeckoView Beta and Release r=calu

Differential Revision: https://phabricator.services.mozilla.com/D132960
This commit is contained in:
owlishDeveloper 2021-12-06 23:38:24 +00:00
parent 5fc1b29b43
commit 2d9a445ab0

View File

@ -1396,22 +1396,14 @@
# Cross-Origin-Embedder-Policy header will fail to load
- name: browser.tabs.remote.useCrossOriginEmbedderPolicy
type: RelaxedAtomicBool
#if !defined(ANDROID)
value: true
#else
value: @IS_NIGHTLY_BUILD@
#endif
mirror: always
# When this pref is enabled top level loads with a mismatched
# Cross-Origin-Opener-Policy header will be loaded in a separate process.
- name: browser.tabs.remote.useCrossOriginOpenerPolicy
type: RelaxedAtomicBool
#if !defined(ANDROID)
value: true
#else
value: @IS_NIGHTLY_BUILD@
#endif
mirror: always
# When this pref is enabled then we use a separate content process for
@ -2918,11 +2910,7 @@
# preconditions related to COOP and COEP are met
- name: dom.postMessage.sharedArrayBuffer.withCOOP_COEP
type: bool
#if !defined(ANDROID)
value: true
#else
value: @IS_NIGHTLY_BUILD@
#endif
mirror: once
# Overridden in all.js on RELEASE_OR_BETA in order to add the locked attribute.