Skip to content

Commit

Permalink
Release 7.114.0-0 (#2663)
Browse files Browse the repository at this point in the history
  • Loading branch information
miasma13 authored Apr 2, 2024
1 parent 82af9c2 commit 8df8b81
Show file tree
Hide file tree
Showing 5 changed files with 93 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.113.0
MARKETING_VERSION = 7.114.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 = "\"4cac4f65624262686a265d3b95a8374b\""
public static let embeddedDataSHA = "6da9ab104a4b2adca51862ad942821e629a24929a95016b045f7bdd0028e1f71"
public static let embeddedDataETag = "\"24f5176757f3bafd1ea7e457413fcff0\""
public static let embeddedDataSHA = "f318ef32f8069a458e8a4505eb8f53e3c25b60311d2daf763029c1e2606cea88"
}

public var embeddedDataEtag: String {
Expand Down
70 changes: 61 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": 1711567148287,
"version": 1712088935529,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -270,6 +270,21 @@
{
"domain": "www.ffbb.com"
},
{
"domain": "hello-hossy.com"
},
{
"domain": "bitsofwar.com"
},
{
"domain": "mitglieder.franzspitzer.de"
},
{
"domain": "disneyplus.com"
},
{
"domain": "condell-ltd.com"
},
{
"domain": "earth.google.com"
},
Expand Down Expand Up @@ -313,7 +328,7 @@
}
}
},
"hash": "3149ef7db2b6835e6d0dc7c2a843cfff"
"hash": "0822624a58797e40e1816f4ce3c8d2a7"
},
"autofill": {
"exceptions": [
Expand Down Expand Up @@ -1190,7 +1205,9 @@
"videoElement": "#player video",
"videoElementContainer": "#player .html5-video-player",
"hoverExcluded": [],
"clickExcluded": [],
"clickExcluded": [
"ytd-thumbnail-overlay-toggle-button-renderer"
],
"allowedEventTargets": [
".ytp-inline-preview-scrim",
".ytd-video-preview",
Expand Down Expand Up @@ -1237,7 +1254,7 @@
]
},
"state": "disabled",
"hash": "04c97c3c7425cc18984dd34eda95a112"
"hash": "59ef4ce748dc657aa3d42756131dcb16"
},
"elementHiding": {
"exceptions": [
Expand Down Expand Up @@ -1416,6 +1433,10 @@
"selector": ".top-ad",
"type": "hide-empty"
},
{
"selector": "#topAd",
"type": "hide-empty"
},
{
"selector": ".ad-banner-container",
"type": "hide-empty"
Expand Down Expand Up @@ -1496,6 +1517,10 @@
"selector": ".adcontainer",
"type": "closest-empty"
},
{
"selector": ".adContainer",
"type": "hide-empty"
},
{
"selector": ".ad-current",
"type": "hide-empty"
Expand Down Expand Up @@ -1981,6 +2006,14 @@
}
]
},
{
"domain": "blackhatworld.com",
"rules": [
{
"type": "disable-default"
}
]
},
{
"domain": "bleacherreport.com",
"rules": [
Expand Down Expand Up @@ -2087,6 +2120,10 @@
{
"selector": ".skybox-top-wrapper",
"type": "hide-empty"
},
{
"selector": ".fixed-skybox-placeholder",
"type": "hide-empty"
}
]
},
Expand Down Expand Up @@ -2557,6 +2594,19 @@
}
]
},
{
"domain": "gap.com",
"rules": [
{
"selector": ".ONhome1-recs",
"type": "hide"
},
{
"selector": ".ONhome1-recs",
"type": "closest-empty"
}
]
},
{
"domain": "gbnews.com",
"rules": [
Expand Down Expand Up @@ -4192,7 +4242,7 @@
]
},
"state": "enabled",
"hash": "313fb06b3f83c0fbe6ac7e7c358ee38e"
"hash": "5094a939eec2d7e518ff15d628eec23f"
},
"exceptionHandler": {
"exceptions": [
Expand Down Expand Up @@ -5248,6 +5298,7 @@
"fattoincasadabenedetta.it",
"inquirer.com",
"thesurfersview.com",
"twitchy.com",
"wildrivers.lostcoastoutpost.com"
]
},
Expand Down Expand Up @@ -6104,8 +6155,7 @@
{
"rule": "v.fwmrm.net/ad",
"domains": [
"6play.fr",
"channel4.com"
"<all>"
]
}
]
Expand Down Expand Up @@ -6269,6 +6319,7 @@
"domains": [
"arkadium.com",
"bloomberg.com",
"cbssports.com",
"gamak.tv",
"games.washingtonpost.com",
"metro.co.uk",
Expand Down Expand Up @@ -6348,7 +6399,8 @@
"cosmicbook.news",
"eatroyo.com",
"thesimsresource.com",
"tradersync.com"
"tradersync.com",
"vanguardplan.com"
]
}
]
Expand Down Expand Up @@ -8037,7 +8089,7 @@
"domain": "sundancecatalog.com"
}
],
"hash": "9d0207772c29e4b74f7dd0356c9f84d9"
"hash": "7aae19055144405351a27ca946fa674d"
},
"trackingCookies1p": {
"settings": {
Expand Down
Loading

0 comments on commit 8df8b81

Please sign in to comment.