Skip to content

Commit

Permalink
Release 7.152.0-0 (#3773)
Browse files Browse the repository at this point in the history
  • Loading branch information
amddg44 authored Jan 6, 2025
1 parent 37800cc commit bb26dd2
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 18 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.151.0
MARKETING_VERSION = 7.152.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 = "\"c065d77250bce32110b6f66be0ddf36d\""
public static let embeddedDataSHA = "eb30059bd7dd769eb9b5546ea345305254cc4bd93ee285b9199e0e556174c2e8"
public static let embeddedDataETag = "\"dc4fc236d233883d9391c439e05ab610\""
public static let embeddedDataSHA = "8af2ec9ba8b7d6393c87b389d8e3ea6f770ffa3a9dee97f9e06e5e4c8fcaae23"
}

public var embeddedDataEtag: String {
Expand Down
52 changes: 38 additions & 14 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": 1734712666372,
"version": 1736158448802,
"features": {
"adAttributionReporting": {
"state": "enabled",
Expand Down Expand Up @@ -5150,6 +5150,22 @@
{
"selector": "[class*='sdaContainer']",
"type": "hide"
},
{
"selector": "#sda-Horizon-viewer",
"type": "hide-empty"
},
{
"selector": "[id*='mrt-node-Lead']",
"type": "hide-empty"
},
{
"selector": "[id*='mrt-node-Secondary']",
"type": "hide-empty"
},
{
"selector": "[id*='rrvkqH1']",
"type": "hide-empty"
}
]
},
Expand Down Expand Up @@ -5319,7 +5335,7 @@
]
},
"state": "enabled",
"hash": "ecf5936832b4856f89f523db4d656e67"
"hash": "33a9e4e7a2287b523be00cd63884e166"
},
"exceptionHandler": {
"exceptions": [
Expand Down Expand Up @@ -5538,9 +5554,6 @@
{
"domain": "secureserver.net"
},
{
"domain": "hyatt.com"
},
{
"domain": "proton.me"
},
Expand Down Expand Up @@ -5579,7 +5592,7 @@
}
],
"state": "enabled",
"hash": "b1f406c6ff87e27244d26289c0e383f9"
"hash": "de6c3bbf0cfed28146d019f073800240"
},
"fingerprintingScreenSize": {
"settings": {
Expand Down Expand Up @@ -5610,9 +5623,6 @@
{
"domain": "godaddy.com"
},
{
"domain": "hyatt.com"
},
{
"domain": "litebluesso.usps.gov"
},
Expand All @@ -5636,7 +5646,7 @@
}
],
"state": "enabled",
"hash": "046340bb9287a20efed6189525ec5fed"
"hash": "25e6055479ec4c8a62c2e530ae6ba1ff"
},
"fingerprintingTemporaryStorage": {
"exceptions": [
Expand Down Expand Up @@ -5728,6 +5738,9 @@
{
"domain": "visible.com"
},
{
"domain": "flyfrontier.com"
},
{
"domain": "marvel.com"
},
Expand All @@ -5753,7 +5766,7 @@
"privacy-test-pages.site"
]
},
"hash": "7bac9629b3b6d7cbe2e473c1273d31ee"
"hash": "fdb3180769d77fd3cedfc8601e184dcd"
},
"harmfulApis": {
"settings": {
Expand Down Expand Up @@ -6183,7 +6196,7 @@
"minSupportedVersion": "7.148.0"
},
"privacyProFreeTrialJan25": {
"state": "internal",
"state": "disabled",
"targets": [
{
"localeCountry": "US"
Expand All @@ -6201,7 +6214,7 @@
]
}
},
"hash": "d7172cafbbb94f5407ef9ff4806fd8ba"
"hash": "fd266e728de7cb4cc5510403ecd88bc7"
},
"privacyProtectionsPopup": {
"state": "disabled",
Expand Down Expand Up @@ -7894,6 +7907,7 @@
"experian.com",
"ljsilvers.com",
"piedmontng.com",
"tesla.com",
"thesimsresource.com",
"tradersync.com",
"vanguardplan.com",
Expand Down Expand Up @@ -8581,6 +8595,16 @@
}
]
},
"nitropay.com": {
"rules": [
{
"rule": "nitropay.com/ads",
"domains": [
"maxroll.gg"
]
}
]
},
"nosto.com": {
"rules": [
{
Expand Down Expand Up @@ -9853,7 +9877,7 @@
"domain": "instructure.com"
}
],
"hash": "fe0934622a089920211c50aaf246954c"
"hash": "6fdf3194e5e7f214b9905a3dd566f7d7"
},
"trackingCookies1p": {
"settings": {
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/Settings.bundle/Root.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<array>
<dict>
<key>DefaultValue</key>
<string>7.151.0</string>
<string>7.152.0</string>
<key>Key</key>
<string>version</string>
<key>Title</key>
Expand Down

0 comments on commit bb26dd2

Please sign in to comment.