network.cookie.thirdparty

This commit is contained in:
Thorin-Oakenpants 2022-06-01 13:51:19 +00:00 committed by GitHub
parent ea139e3ef8
commit 662eddbc21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
const aPREFS = [
/* DEPRECATED */
/* FF92+ */
/* 92-102 */
'browser.urlbar.suggest.quicksuggest', // 95
'dom.securecontext.whitelist_onions', // 97
'network.http.spdy.enabled', // 100
@ -42,7 +42,7 @@
'layout.css.font-visibility.level', // 94
'security.csp.enable', // 99
'security.ssl3.rsa_des_ede3_sha', // 93
/* FF79-91 */
/* 79-91 */
'browser.cache.offline.storage.enable',
'browser.download.hide_plugins_without_extensions',
'browser.library.activity-stream.enabled',
@ -231,11 +231,13 @@
'toolkit.telemetry.unifiedIsOptIn',
/* REMOVED */
/* 92+ */
/* 92-102 */
'dom.caches.enabled',
'dom.storageManager.enabled',
'dom.storage_access.enabled',
'dom.targetBlankNoOpener.enabled',
'network.cookie.thirdparty.sessionOnly',
'network.cookie.thirdparty.nonsecureSessionOnly',
'privacy.firstparty.isolate.block_post_message',
'privacy.firstparty.isolate.restrict_opener_access',
'privacy.firstparty.isolate.use_site',