зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1525036
- Add pref for Cross-Origin policy r=nika
Differential Revision: https://phabricator.services.mozilla.com/D21417 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
21bfdeb265
Коммит
ca2f65b756
|
@ -2096,6 +2096,13 @@ VARCACHE_PREF(
|
|||
bool, true
|
||||
)
|
||||
|
||||
// When this pref is enabled document loads with a mismatched
|
||||
// Cross-Origin header will fail to load
|
||||
VARCACHE_PREF("browser.tabs.remote.useCrossOriginPolicy",
|
||||
browser_tabs_remote_useCrossOriginPolicy,
|
||||
bool, false
|
||||
)
|
||||
|
||||
// Prevent system colors from being exposed to CSS or canvas.
|
||||
VARCACHE_PREF(
|
||||
"ui.use_standins_for_native_colors",
|
||||
|
|
Загрузка…
Ссылка в новой задаче