Skip to content

Commit

Permalink
Release 7.118.0-0 (#2802)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanganhdo authored Apr 29, 2024
1 parent a845df9 commit 1e1da41
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 41 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.117.0
MARKETING_VERSION = 7.118.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 = "\"9971edb1448fd00023267a4b031fdb84\""
public static let embeddedDataSHA = "c75a34ec363f5c23806e107d20d3b34f1b588dcf4052eed545f4119ecae20337"
public static let embeddedDataETag = "\"3985f110d16d3b71dce40191816ad03b\""
public static let embeddedDataSHA = "c3b1efbc76d21e6ecd30f33e26990b149ca8d22fbebecf48add9ffd7d8011450"
}

public var embeddedDataEtag: String {
Expand Down
69 changes: 60 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": 1713866584967,
"version": 1714380838297,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -308,8 +308,7 @@
"disabledCMPs": [
"generic-cosmetic",
"termsfeed3",
"healthline-media",
"tarteaucitron.js"
"healthline-media"
]
},
"state": "enabled",
Expand All @@ -332,7 +331,7 @@
}
}
},
"hash": "4f2e843bd72823fdef89f63a06684625"
"hash": "d8b00554567fbee5603e8d141e57b091"
},
"autofill": {
"exceptions": [
Expand Down Expand Up @@ -4277,11 +4276,20 @@
"type": "override"
}
]
},
{
"domain": "wideopencountry.com",
"rules": [
{
"selector": ".entry-ad",
"type": "hide-empty"
}
]
}
]
},
"state": "enabled",
"hash": "3ac24d308c19228950dc49c54198b515"
"hash": "81163c0a36336ae398f48239b7ac5b4c"
},
"exceptionHandler": {
"exceptions": [
Expand All @@ -4295,6 +4303,11 @@
"state": "disabled",
"hash": "dc1b4fa301193a03ddcd4bdf7ee3e610"
},
"extendedOnboarding": {
"exceptions": [],
"state": "disabled",
"hash": "728493ef7a1488e4781656d3f9db84aa"
},
"fingerprintingAudio": {
"state": "disabled",
"exceptions": [
Expand Down Expand Up @@ -5865,6 +5878,12 @@
"sbs.com.au"
]
},
{
"rule": "https://googleads.g.doubleclick.net/ads/preferences/naioptout",
"domains": [
"zojirushi.com"
]
},
{
"rule": "www3.doubleclick.net",
"domains": [
Expand Down Expand Up @@ -6757,6 +6776,7 @@
{
"rule": "a.klaviyo.com/media/js/onsite/onsite.js",
"domains": [
"bonescoffee.com",
"tanglefree.com"
]
},
Expand Down Expand Up @@ -6969,7 +6989,8 @@
{
"rule": "connect.nosto.com/script/shopify/nosto.js",
"domains": [
"oneill.com"
"oneill.com",
"thefryecompany.com"
]
}
]
Expand Down Expand Up @@ -7065,6 +7086,7 @@
"abc.net.au",
"emol.com",
"oufc.co.uk",
"the-afc.com",
"theposh.com"
]
}
Expand All @@ -7083,6 +7105,12 @@
"domains": [
"hgtv.com"
]
},
{
"rule": "https://cdn.optimizely.com/js/271989291.js",
"domains": [
"my.zipcar.com"
]
}
]
},
Expand Down Expand Up @@ -7167,10 +7195,23 @@
"primis.tech": {
"rules": [
{
"rule": "live.primis.tech/live/liveView.php",
"rule": "video.primis.tech/",
"domains": [
"wideopencountry.com"
]
},
{
"rule": "live.primis.tech/content/omid/static/",
"domains": [
"wideopencountry.com"
]
},
{
"rule": "live.primis.tech/live/",
"domains": [
"belfastlive.co.uk",
"cornwalllive.com"
"cornwalllive.com",
"wideopencountry.com"
]
}
]
Expand Down Expand Up @@ -7546,6 +7587,16 @@
}
]
},
"skimresources.com": {
"rules": [
{
"rule": "go.skimresources.com/",
"domains": [
"www.lotustalk.com"
]
}
]
},
"slickstream.com": {
"rules": [
{
Expand Down Expand Up @@ -8068,7 +8119,7 @@
"domain": "sundancecatalog.com"
}
],
"hash": "1bad593f22fec107fa37c357bc8ccfbe"
"hash": "da10a46e71d682e23ef44fca926c9541"
},
"trackingCookies1p": {
"settings": {
Expand Down
Loading

0 comments on commit 1e1da41

Please sign in to comment.