Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 3ca33dd

Browse files
authored
Release 7.104.0 (#2306)
1 parent 753fe62 commit 3ca33dd

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

Configuration/Version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MARKETING_VERSION = 7.103.0
1+
MARKETING_VERSION = 7.104.0

Core/AppPrivacyConfigurationDataProvider.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import BrowserServicesKit
2323
final public class AppPrivacyConfigurationDataProvider: EmbeddedDataProvider {
2424

2525
public struct Constants {
26-
public static let embeddedDataETag = "\"754e0b273f96a6bf42b4c2b46b2d49ac\""
27-
public static let embeddedDataSHA = "9ec3f53bca77862ab649b2b398ebf20f7b7e310bf234f98f7194ba996135af60"
26+
public static let embeddedDataETag = "\"f9c2a920a691b61bf84c10e9e862b1a2\""
27+
public static let embeddedDataSHA = "d66de7239052da676e17c5f61dd90ffea9dd88e942c4156692e1388003b59f8d"
2828
}
2929

3030
public var embeddedDataEtag: String {

Core/ios-config.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"readme": "https://github.com/duckduckgo/privacy-configuration",
3-
"version": 1703251114570,
3+
"version": 1704707649212,
44
"features": {
55
"adClickAttribution": {
66
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
@@ -1055,6 +1055,9 @@
10551055
{
10561056
"domain": "optout.networkadvertising.org"
10571057
},
1058+
{
1059+
"domain": "news.ti.com"
1060+
},
10581061
{
10591062
"domain": "earth.google.com"
10601063
},
@@ -1069,7 +1072,7 @@
10691072
}
10701073
],
10711074
"state": "disabled",
1072-
"hash": "e41dbd0af3841636937030d91bc305b1"
1075+
"hash": "37a27966915571085613911b47e6e2eb"
10731076
},
10741077
"customUserAgent": {
10751078
"settings": {
@@ -4010,6 +4013,9 @@
40104013
{
40114014
"domain": "hyatt.com"
40124015
},
4016+
{
4017+
"domain": "proton.me"
4018+
},
40134019
{
40144020
"domain": "earth.google.com"
40154021
},
@@ -4024,7 +4030,7 @@
40244030
}
40254031
],
40264032
"state": "enabled",
4027-
"hash": "911cbc583f376d416ac75c57ecc577f1"
4033+
"hash": "46fbcd4738329731c1b11e88e3afcb7b"
40284034
},
40294035
"fingerprintingScreenSize": {
40304036
"settings": {
@@ -4152,6 +4158,9 @@
41524158
{
41534159
"domain": "chime.com"
41544160
},
4161+
{
4162+
"domain": "tirerack.com"
4163+
},
41554164
{
41564165
"domain": "earth.google.com"
41574166
},
@@ -4177,7 +4186,7 @@
41774186
"privacy-test-pages.site"
41784187
]
41794188
},
4180-
"hash": "d11962aceb1417d05e8f2854d5fb72a9"
4189+
"hash": "549a6e76edaf16c1fffced31b97e9553"
41814190
},
41824191
"harmfulApis": {
41834192
"settings": {
@@ -5876,7 +5885,8 @@
58765885
"rule": "googletagmanager.com/gtag/js",
58775886
"domains": [
58785887
"abril.com.br",
5879-
"cosmicbook.news"
5888+
"cosmicbook.news",
5889+
"tradersync.com"
58805890
]
58815891
}
58825892
]
@@ -7579,7 +7589,7 @@
75797589
"domain": "sundancecatalog.com"
75807590
}
75817591
],
7582-
"hash": "125a4930376740ff93c957d52454a955"
7592+
"hash": "a5e90f6d573b68977a05183a366ff307"
75837593
},
75847594
"trackingCookies1p": {
75857595
"settings": {

DuckDuckGo/Settings.bundle/Root.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<array>
77
<dict>
88
<key>DefaultValue</key>
9-
<string>7.103.0</string>
9+
<string>7.104.0</string>
1010
<key>Key</key>
1111
<string>version</string>
1212
<key>Title</key>

0 commit comments

Comments
 (0)