Skip to content

Commit

Permalink
Release 7.104.0 (#2306)
Browse files Browse the repository at this point in the history
  • Loading branch information
miasma13 authored Jan 8, 2024
1 parent 753fe62 commit 3ca33dd
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 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.103.0
MARKETING_VERSION = 7.104.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 = "\"754e0b273f96a6bf42b4c2b46b2d49ac\""
public static let embeddedDataSHA = "9ec3f53bca77862ab649b2b398ebf20f7b7e310bf234f98f7194ba996135af60"
public static let embeddedDataETag = "\"f9c2a920a691b61bf84c10e9e862b1a2\""
public static let embeddedDataSHA = "d66de7239052da676e17c5f61dd90ffea9dd88e942c4156692e1388003b59f8d"
}

public var embeddedDataEtag: String {
Expand Down
22 changes: 16 additions & 6 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": 1703251114570,
"version": 1704707649212,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -1055,6 +1055,9 @@
{
"domain": "optout.networkadvertising.org"
},
{
"domain": "news.ti.com"
},
{
"domain": "earth.google.com"
},
Expand All @@ -1069,7 +1072,7 @@
}
],
"state": "disabled",
"hash": "e41dbd0af3841636937030d91bc305b1"
"hash": "37a27966915571085613911b47e6e2eb"
},
"customUserAgent": {
"settings": {
Expand Down Expand Up @@ -4010,6 +4013,9 @@
{
"domain": "hyatt.com"
},
{
"domain": "proton.me"
},
{
"domain": "earth.google.com"
},
Expand All @@ -4024,7 +4030,7 @@
}
],
"state": "enabled",
"hash": "911cbc583f376d416ac75c57ecc577f1"
"hash": "46fbcd4738329731c1b11e88e3afcb7b"
},
"fingerprintingScreenSize": {
"settings": {
Expand Down Expand Up @@ -4152,6 +4158,9 @@
{
"domain": "chime.com"
},
{
"domain": "tirerack.com"
},
{
"domain": "earth.google.com"
},
Expand All @@ -4177,7 +4186,7 @@
"privacy-test-pages.site"
]
},
"hash": "d11962aceb1417d05e8f2854d5fb72a9"
"hash": "549a6e76edaf16c1fffced31b97e9553"
},
"harmfulApis": {
"settings": {
Expand Down Expand Up @@ -5876,7 +5885,8 @@
"rule": "googletagmanager.com/gtag/js",
"domains": [
"abril.com.br",
"cosmicbook.news"
"cosmicbook.news",
"tradersync.com"
]
}
]
Expand Down Expand Up @@ -7579,7 +7589,7 @@
"domain": "sundancecatalog.com"
}
],
"hash": "125a4930376740ff93c957d52454a955"
"hash": "a5e90f6d573b68977a05183a366ff307"
},
"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.103.0</string>
<string>7.104.0</string>
<key>Key</key>
<string>version</string>
<key>Title</key>
Expand Down

0 comments on commit 3ca33dd

Please sign in to comment.