Abrowser: changes for v59

This commit is contained in:
Ruben Rodriguez 2018-03-18 13:06:23 -04:00
parent 85ece93f25
commit 6834c7901b
6 changed files with 20 additions and 15 deletions

View file

@ -64,6 +64,15 @@ class Onboarding {
onvalue: "https://shavar.services.mozilla.com/downloads?client=SAFEBROWSING_ID&appver=%MAJOR_VERSION%&pver=2.2",
offvalue: "",
},
"privacy.firstparty.isolate": {
type: "boolean",
name: "privacy.firstparty.isolate",
label: "Isolate requests to First Party domains",
description: "This <a href=\"https://www.torproject.org/projects/torbrowser/design/#identifier-linkability\">improves privacy</a>, but it may interfere with login into some sites.",
defaultvalue: false,
onvalue: true,
offvalue: false,
},
"extensions.update.enabled": {
type: "boolean",
name: "extensions.update.enabled",