Skip to content

Commit

Permalink
Remove [deprecated](arkenfox/user.js#1292) as in FF95+
Browse files Browse the repository at this point in the history
  • Loading branch information
ides3rt committed Dec 8, 2021
1 parent fccfbaf commit 8ddee29
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions src/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"Cookies": {
"AcceptThirdParty": "never",
"RejectTracker": true,
"ExpireAtSessionEnd": true
"ExpireAtSessionEnd": true,
"Behavior": "reject-tracker-and-partition-foreign"
},
"DisableFirefoxAccounts": true,
"DisableFirefoxScreenshots": true,
Expand Down Expand Up @@ -141,6 +142,10 @@
"Value": 0,
"Status": "locked"
},
"browser.urlbar.quicksuggest.dataCollection.enabled": {
"Value": false,
"Status": "locked"
},
"browser.urlbar.merino.enabled": {
"Value": false,
"Status": "locked"
Expand All @@ -161,8 +166,8 @@
"Value": false,
"Status": "locked"
},
"browser.urlbar.quicksuggest.scenario": {
"Value": "offline",
"browser.urlbar.quicksuggest.shouldShowOnboardingDialog": {
"Value": false,
"Status": "locked"
},
"browser.urlbar.quicksuggest.sponsoredIndex": {
Expand Down Expand Up @@ -193,6 +198,10 @@
"Value": false,
"Status": "locked"
},
"browser.urlbar.suggest.quicksuggest.nonsponsored": {
"Value": false,
"Status": "locked"
},
"browser.urlbar.unitConversion.enabled": {
"Value": false,
"Status": "locked"
Expand Down Expand Up @@ -573,10 +582,6 @@
"Value": 0,
"Status": "locked"
},
"browser.urlbar.suggest.quicksuggest": {
"Value": false,
"Status": "locked"
},
"browser.urlbar.suggest.quicksuggest.sponsored": {
"Value": false,
"Status": "locked"
Expand Down

0 comments on commit 8ddee29

Please sign in to comment.