Skip to content

Commit

Permalink
Update to Phoenix 20241229-1
Browse files Browse the repository at this point in the history
Signed-off-by: celenity <[email protected]>
  • Loading branch information
celenityy committed Dec 29, 2024
1 parent 325280b commit 3931542
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 158 deletions.
Binary file modified archives/dove.zip
Binary file not shown.
47 changes: 41 additions & 6 deletions build/policies/policies-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@
},
"ExtensionUpdate": true,
"NetworkPrediction": false,
"OfferToSaveLogins": false,
"PasswordManagerEnabled": false,
"OfferToSaveLoginsDefault": false,
"PDFjs": {
"EnablePermissions": false
},
Expand Down Expand Up @@ -604,6 +603,10 @@
"Value": "",
"Status": "locked"
},
"browser.search.separatePrivateDefault": {
"Value": false,
"Status": "default"
},
"browser.search.serpEventTelemetryCategorization.enabled": {
"Value": false,
"Status": "locked"
Expand Down Expand Up @@ -928,10 +931,18 @@
"Value": false,
"Status": "locked"
},
"extensions.autoDisableScopes": {
"Value": 15,
"Status": "locked"
},
"extensions.blocklist.enabled": {
"Value": true,
"Status": "locked"
},
"extensions.enabledScopes": {
"Value": 5,
"Status": "default"
},
"extensions.getAddons.discovery.api_url": {
"Value": "data;",
"Status": "locked"
Expand Down Expand Up @@ -1092,10 +1103,6 @@
"Value": true,
"Status": "default"
},
"network.trr.confirmation_telemetry_enabled": {
"Value": false,
"Status": "locked"
},
"network.captive-portal-service.enabled": {
"Value": false,
"Status": "locked"
Expand All @@ -1120,6 +1127,22 @@
"Value": "",
"Status": "locked"
},
"network.protocol-handler.external.shell": {
"Value": false,
"Status": "locked"
},
"network.protocol-handler.warn-external.mailto": {
"Value": true,
"Status": "locked"
},
"network.protocol-handler.warn-external-default": {
"Value": true,
"Status": "locked"
},
"network.trr.confirmation_telemetry_enabled": {
"Value": false,
"Status": "locked"
},
"network.trr.custom_uri": {
"Value": "https://dns.quad9.net/dns-query",
"Status": "default"
Expand All @@ -1144,6 +1167,10 @@
"Value": false,
"Status": "locked"
},
"pdfjs.enableXfa": {
"Value": false,
"Status": "default"
},
"privacy.globalprivacycontrol.enabled": {
"Value": true,
"Status": "locked"
Expand All @@ -1156,6 +1183,14 @@
"Value": true,
"Status": "default"
},
"security.tls.version.enable-deprecated": {
"Value": false,
"Status": "locked"
},
"security.default_personal_cert": {
"Value": "Ask Every Time",
"Status": "locked"
},
"ui.new-webcompat-reporter.enabled": {
"Value": false,
"Status": "locked"
Expand Down
Loading

0 comments on commit 3931542

Please sign in to comment.