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

Commit fbdb90b

Browse files
authored
Release 7.146.0-0 (#3594)
1 parent 38b2d67 commit fbdb90b

File tree

6 files changed

+118
-57
lines changed

6 files changed

+118
-57
lines changed

Configuration/Version.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MARKETING_VERSION = 7.145.0
1+
MARKETING_VERSION = 7.146.0

Core/AppPrivacyConfigurationDataProvider.swift

+2-2
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 = "\"bd1f5490770791f68fa9667d530758a9\""
27-
public static let embeddedDataSHA = "86b8c31a53f781d66dbc16eb09578d28149fee6c0e280fc75ddafeed8a4b46ac"
26+
public static let embeddedDataETag = "\"d4536be677d4324aa872d0e59d6fd4fa\""
27+
public static let embeddedDataSHA = "a9cce4d5c3430bc3bbca33ad26aa980dcc1c0e792b71ce2696f4483401efbf72"
2828
}
2929

3030
public var embeddedDataEtag: String {

Core/ios-config.json

+86-24
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
{
22
"readme": "https://github.com/duckduckgo/privacy-configuration",
3-
"version": 1731320660413,
3+
"version": 1732039368165,
44
"features": {
5+
"adAttributionReporting": {
6+
"state": "disabled",
7+
"exceptions": [],
8+
"minSupportedVersion": "7.145.0",
9+
"settings": {
10+
"includeToken": false
11+
},
12+
"hash": "1da4782852f0317459b4465d801eda1f"
13+
},
514
"adClickAttribution": {
615
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
716
"state": "enabled",
@@ -159,6 +168,9 @@
159168
{
160169
"domain": "eurostar.com"
161170
},
171+
{
172+
"domain": "geo.fr"
173+
},
162174
{
163175
"domain": "ksta.de"
164176
},
@@ -261,9 +273,6 @@
261273
{
262274
"domain": "motorsport.com"
263275
},
264-
{
265-
"domain": "paypal.com"
266-
},
267276
{
268277
"domain": "elmundotoday.com"
269278
},
@@ -408,7 +417,8 @@
408417
],
409418
"settings": {
410419
"disabledCMPs": [
411-
"healthline-media"
420+
"healthline-media",
421+
"bing.com"
412422
]
413423
},
414424
"state": "enabled",
@@ -431,7 +441,7 @@
431441
}
432442
}
433443
},
434-
"hash": "c2885a67db26958bdb316564d5c94878"
444+
"hash": "730dcd99d488f1a4ae6f633a7574f8e3"
435445
},
436446
"autofillBreakageReporter": {
437447
"state": "enabled",
@@ -1421,12 +1431,6 @@
14211431
{
14221432
"domain": "instructure.com"
14231433
},
1424-
{
1425-
"domain": "humana.com"
1426-
},
1427-
{
1428-
"domain": "centerwellpharmacy.com"
1429-
},
14301434
{
14311435
"domain": "marvel.com"
14321436
},
@@ -1444,7 +1448,7 @@
14441448
}
14451449
],
14461450
"state": "disabled",
1447-
"hash": "33c2d56a2a9dd43c88a353d8a57dfa72"
1451+
"hash": "fce0a9ccd7ae060d25e7debe4d8905fb"
14481452
},
14491453
"customUserAgent": {
14501454
"settings": {
@@ -1465,10 +1469,6 @@
14651469
{
14661470
"domain": "ihg.com",
14671471
"reason": "https://github.com/duckduckgo/privacy-configuration/pull/2383"
1468-
},
1469-
{
1470-
"domain": "humana.com",
1471-
"reason": "https://github.com/duckduckgo/privacy-configuration/pull/2408"
14721472
}
14731473
],
14741474
"ddgDefaultSites": [
@@ -1498,7 +1498,7 @@
14981498
},
14991499
"exceptions": [],
15001500
"state": "enabled",
1501-
"hash": "345d837217e74afd3f9e5fd04b208fa7"
1501+
"hash": "e577ccb473bdb7ada49c4d3c6e79cf01"
15021502
},
15031503
"dbp": {
15041504
"state": "disabled",
@@ -1526,7 +1526,8 @@
15261526
"state": "disabled"
15271527
},
15281528
"openInNewTab": {
1529-
"state": "internal"
1529+
"state": "enabled",
1530+
"minSupportedVersion": "7.144.0"
15301531
},
15311532
"enableDuckPlayer": {
15321533
"state": "enabled",
@@ -1619,7 +1620,7 @@
16191620
]
16201621
},
16211622
"state": "enabled",
1622-
"hash": "c21895584fc5a38e4290c7941ec7d5f8"
1623+
"hash": "0181fe3479adc4db0b7dd140eb1bcc2e"
16231624
},
16241625
"elementHiding": {
16251626
"exceptions": [
@@ -2315,6 +2316,15 @@
23152316
}
23162317
]
23172318
},
2319+
{
2320+
"domain": "androidauthority.com",
2321+
"rules": [
2322+
{
2323+
"selector": "div[data-ad-type]",
2324+
"type": "closest-empty"
2325+
}
2326+
]
2327+
},
23182328
{
23192329
"domain": "androidpolice.com",
23202330
"rules": [
@@ -2913,6 +2923,14 @@
29132923
}
29142924
]
29152925
},
2926+
{
2927+
"domain": "expressnews.com",
2928+
"rules": [
2929+
{
2930+
"type": "disable-default"
2931+
}
2932+
]
2933+
},
29162934
{
29172935
"domain": "fandom.com",
29182936
"rules": [
@@ -3709,6 +3727,10 @@
37093727
{
37103728
"selector": "[class^='ads__right-rail']",
37113729
"type": "hide-empty"
3730+
},
3731+
{
3732+
"selector": ".atf_mobile-scroll-ad",
3733+
"type": "hide"
37123734
}
37133735
]
37143736
},
@@ -4981,7 +5003,7 @@
49815003
]
49825004
},
49835005
"state": "enabled",
4984-
"hash": "2fa4c7c9bfd50585ee22d6c2d3bd3279"
5006+
"hash": "16e64ea4c926bdf7c865a8b7cbde1b2b"
49855007
},
49865008
"exceptionHandler": {
49875009
"exceptions": [
@@ -5212,6 +5234,15 @@
52125234
{
52135235
"domain": "xfinity.com"
52145236
},
5237+
{
5238+
"domain": "centerwellpharmacy.com"
5239+
},
5240+
{
5241+
"domain": "go365.com"
5242+
},
5243+
{
5244+
"domain": "humana.com"
5245+
},
52155246
{
52165247
"domain": "marvel.com"
52175248
},
@@ -5232,7 +5263,7 @@
52325263
}
52335264
],
52345265
"state": "enabled",
5235-
"hash": "cd4a8461973d1c1648dd20e6d1f532a7"
5266+
"hash": "b1f406c6ff87e27244d26289c0e383f9"
52365267
},
52375268
"fingerprintingScreenSize": {
52385269
"settings": {
@@ -5615,6 +5646,15 @@
56155646
"state": "disabled",
56165647
"hash": "728493ef7a1488e4781656d3f9db84aa"
56175648
},
5649+
"messageBridge": {
5650+
"exceptions": [],
5651+
"settings": {
5652+
"aiChat": "disabled",
5653+
"domains": []
5654+
},
5655+
"state": "disabled",
5656+
"hash": "cec85d8cf7db4b2abcbc450c66dd63fc"
5657+
},
56185658
"navigatorInterface": {
56195659
"exceptions": [
56205660
{
@@ -6898,6 +6938,7 @@
68986938
"ah.nl",
68996939
"applesfera.com",
69006940
"goplay.be",
6941+
"itsthevibe.com",
69016942
"nytimes.com",
69026943
"realmadrid.com",
69036944
"rocketnews24.com",
@@ -6940,6 +6981,7 @@
69406981
"rule": "securepubads.g.doubleclick.net/pagead/managed/js/gpt",
69416982
"domains": [
69426983
"applesfera.com",
6984+
"itsthevibe.com",
69436985
"triblive.com"
69446986
]
69456987
},
@@ -7606,6 +7648,7 @@
76067648
"siouxlandnews.com",
76077649
"southernoregoncw.com",
76087650
"star64.tv",
7651+
"stockcharts.com",
76097652
"thecw38.com",
76107653
"thecw46.com",
76117654
"thecwtc.com",
@@ -8553,6 +8596,7 @@
85538596
"domains": [
85548597
"signupgenius.com",
85558598
"smithsonianmag.com",
8599+
"stockcharts.com",
85568600
"titantv.com"
85578601
]
85588602
},
@@ -9254,6 +9298,12 @@
92549298
"<all>"
92559299
]
92569300
},
9301+
{
9302+
"rule": "runtime.strm.yandex.ru/player/video/",
9303+
"domains": [
9304+
"yandex.cloud"
9305+
]
9306+
},
92579307
{
92589308
"rule": "strm.yandex.ru/vh-special-converted/vod-content/",
92599309
"domains": [
@@ -9427,7 +9477,7 @@
94279477
"domain": "instructure.com"
94289478
}
94299479
],
9430-
"hash": "b7c276ffe1417313a46c0d13fbc9fcd9"
9480+
"hash": "f2f8b046c4ff4b5afb77a427106619da"
94319481
},
94329482
"trackingCookies1p": {
94339483
"settings": {
@@ -9485,6 +9535,18 @@
94859535
{
94869536
"domain": "axs.com"
94879537
},
9538+
{
9539+
"domain": "urldefense.com"
9540+
},
9541+
{
9542+
"domain": "centerwellpharmacy.com"
9543+
},
9544+
{
9545+
"domain": "go365.com"
9546+
},
9547+
{
9548+
"domain": "humana.com"
9549+
},
94889550
{
94899551
"domain": "marvel.com"
94909552
},
@@ -9534,7 +9596,7 @@
95349596
]
95359597
},
95369598
"state": "enabled",
9537-
"hash": "3805ecfb8a129f70a99e73a364b38f38"
9599+
"hash": "3792a4970c07fe00da08f77e7dcf01ed"
95389600
},
95399601
"userAgentRotation": {
95409602
"settings": {

0 commit comments

Comments
 (0)