Skip to content

Commit

Permalink
Release 7.127.0-0 (#3020)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp authored Jul 1, 2024
1 parent 93f527f commit 62131b2
Show file tree
Hide file tree
Showing 6 changed files with 145 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 7.126.0
MARKETING_VERSION = 7.127.0
4 changes: 2 additions & 2 deletions Core/AppPrivacyConfigurationDataProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import BrowserServicesKit
final public class AppPrivacyConfigurationDataProvider: EmbeddedDataProvider {

public struct Constants {
public static let embeddedDataETag = "\"6e864c9ba3042d9fd90f2e4f9713ef06\""
public static let embeddedDataSHA = "59fc3aa71802c502fbe5042d03da8c1007f4f68014405386fc4c2fa267729319"
public static let embeddedDataETag = "\"8d80c53fc5696854e2ef43bcb28089a1\""
public static let embeddedDataSHA = "cdc42bdffa7ab5478ca80febf325cf689148cd19a68153e0a2cafed888b1d1ce"
}

public var embeddedDataEtag: String {
Expand Down
118 changes: 109 additions & 9 deletions Core/ios-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"readme": "https://github.com/duckduckgo/privacy-configuration",
"version": 1719225510541,
"version": 1719853254811,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -300,6 +300,9 @@
{
"domain": "malmostadsteater.se"
},
{
"domain": "hertz.co.uk"
},
{
"domain": "hertz.com"
},
Expand Down Expand Up @@ -353,7 +356,7 @@
}
}
},
"hash": "63f99d701b33267410e99d637e3f7778"
"hash": "c47027bc9d235b909d868f5ffa97d3c9"
},
"autofill": {
"exceptions": [
Expand Down Expand Up @@ -1010,6 +1013,72 @@
{
"domain": "pocketbook.digital"
},
{
"domain": "vinted.at"
},
{
"domain": "vinted.be"
},
{
"domain": "vinted.com"
},
{
"domain": "vinted.co.uk"
},
{
"domain": "vinted.cz"
},
{
"domain": "vinted.de"
},
{
"domain": "vinted.dk"
},
{
"domain": "vinted.es"
},
{
"domain": "vinted.fi"
},
{
"domain": "vinted.fr"
},
{
"domain": "vinted.gr"
},
{
"domain": "vinted.hr"
},
{
"domain": "vinted.hu"
},
{
"domain": "vinted.it"
},
{
"domain": "vinted.lt"
},
{
"domain": "vinted.lu"
},
{
"domain": "vinted.nl"
},
{
"domain": "vinted.pl"
},
{
"domain": "vinted.pt"
},
{
"domain": "vinted.ro"
},
{
"domain": "vinted.se"
},
{
"domain": "vinted.sk"
},
{
"domain": "marvel.com"
},
Expand All @@ -1035,7 +1104,7 @@
}
},
"state": "disabled",
"hash": "4104bd45b436c084ff8fd0297883d40e"
"hash": "1d9a8170b92ba9902d28fad82713a403"
},
"clickToPlay": {
"exceptions": [
Expand Down Expand Up @@ -1290,11 +1359,6 @@
"state": "disabled",
"hash": "314df3f87ca501a86eb1d04db8bf7bbc"
},
"dummyWebMessageListener": {
"exceptions": [],
"state": "disabled",
"hash": "728493ef7a1488e4781656d3f9db84aa"
},
"elementHiding": {
"exceptions": [
{
Expand Down Expand Up @@ -2455,6 +2519,15 @@
}
]
},
{
"domain": "eporner.com",
"rules": [
{
"selector": "#admobiletop",
"type": "hide"
}
]
},
{
"domain": "essentiallysports.com",
"rules": [
Expand Down Expand Up @@ -4486,7 +4559,7 @@
]
},
"state": "enabled",
"hash": "85bebc8a4c01285c2cfb97032a0610bb"
"hash": "573f3bc0a0f15e5dc7d561034e7a082d"
},
"exceptionHandler": {
"exceptions": [
Expand Down Expand Up @@ -5239,6 +5312,11 @@
"state": "disabled",
"hash": "3c850040d1c9b3e06841b1491c5d2940"
},
"remoteMessaging": {
"state": "enabled",
"exceptions": [],
"hash": "697382e31649d84b01166f1dc6f790d6"
},
"requestFilterer": {
"state": "disabled",
"exceptions": [
Expand Down Expand Up @@ -5313,6 +5391,18 @@
"minSupportedVersion": "7.104.0",
"hash": "d7dca6ee484eadebb5133e3f15fd9f41"
},
"toggleReports": {
"state": "enabled",
"exceptions": [],
"settings": {
"dismissLogicEnabled": true,
"dismissInterval": 172800,
"promptLimitLogicEnabled": true,
"promptInterval": 172800,
"maxPromptCount": 3
},
"hash": "a05b4413a3745762c46ec89aa5037693"
},
"trackerAllowlist": {
"state": "enabled",
"settings": {
Expand Down Expand Up @@ -8746,6 +8836,16 @@
},
"hash": "25d935f0276cd0d81fc6f25811f7cb36"
},
"webViewBlobDownload": {
"exceptions": [],
"state": "disabled",
"hash": "728493ef7a1488e4781656d3f9db84aa"
},
"windowsExternalPreviewReleases": {
"exceptions": [],
"state": "disabled",
"hash": "728493ef7a1488e4781656d3f9db84aa"
},
"windowsPermissionUsage": {
"exceptions": [],
"state": "disabled",
Expand Down
Loading

0 comments on commit 62131b2

Please sign in to comment.