Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 7.84.0 #1912

Merged
merged 2 commits into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 7.83.0
MARKETING_VERSION = 7.84.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 = "\"041012e027cf3e8668f6bb308ffcaa2e\""
public static let embeddedDataSHA = "8a2a46215d5de501986e7330d09bd5738761f82bce5a1bed55d157bb97e41092"
public static let embeddedDataETag = "\"2cecc9ca4c7245cf93ad5e778167b2ed\""
public static let embeddedDataSHA = "8495544c85365cb8a432d37d4af552c9d8c09080243ed76d4077708a69b90f76"
}

public var embeddedDataEtag: String {
Expand Down
4 changes: 2 additions & 2 deletions Core/AppTrackerDataSetProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import BrowserServicesKit
final public class AppTrackerDataSetProvider: EmbeddedDataProvider {

public struct Constants {
public static let embeddedDataETag = "\"80559a75e5e3714d61ccca9879053a93\""
public static let embeddedDataSHA = "46fffdaa59e02e8e90a55114ff4086a4d4ea13c41b6a7f689e05d9d0cd25b0da"
public static let embeddedDataETag = "\"fe1c5d43a3f99c0733a19d87415953fc\""
public static let embeddedDataSHA = "edc1c2496d5010ba7916bd5773fdb8ca5f06faaba4454494e97954427cc04bb4"
}

public var embeddedDataEtag: String {
Expand Down
201 changes: 186 additions & 15 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": 1691068387274,
"version": 1691755115980,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -1229,6 +1229,10 @@
"domain": "nypost.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/667"
},
{
"domain": "crunchynihongo.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1201"
},
{
"domain": "cvs.com",
"reason": "Navigation section at the top of the main page renders as text."
Expand Down Expand Up @@ -1262,17 +1266,80 @@
{
"domain": "hulu.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1145"
},
{
"domain": "crunchynihongo.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1201"
}
]
},
"exceptions": [],
"state": "enabled",
"hash": "7328ead5debfb573b53844975257a0f0"
"hash": "8efa33bbeea9114315cc6ae63ef57d43"
},
"duckPlayer": {
"exceptions": [],
"settings": {
"tryDuckPlayerLink": "https://www.youtube.com/watch?v=yKWIA-Pys4c",
"overlays": {
"youtube": {
"state": "disabled",
"selectors": {
"thumbLink": "a[href^='/watch']",
"excludedRegions": [
"#playlist"
],
"videoElement": "#player video",
"videoElementContainer": "#player .html5-video-player",
"hoverExcluded": [],
"clickExcluded": [],
"allowedEventTargets": [
".ytp-inline-preview-scrim",
".ytd-video-preview",
"#thumbnail-container",
"#video-title-link",
"#video-title"
]
},
"thumbnailOverlays": {
"state": "enabled"
},
"clickInterception": {
"state": "enabled"
},
"videoOverlays": {
"state": "enabled"
}
},
"serpProxy": {
"state": "disabled"
}
},
"domains": [
{
"domain": "www.youtube.com",
"patchSettings": [
{
"op": "replace",
"path": "/overlays/youtube/state",
"value": "enabled"
}
]
},
{
"domain": "duckduckgo.com",
"patchSettings": [
{
"op": "replace",
"path": "/overlays/serpProxy/state",
"value": "enabled"
}
]
}
]
},
"state": "disabled",
"hash": "728493ef7a1488e4781656d3f9db84aa"
"hash": "cd5c420d948ff708f93d17ad2e55cd1b"
},
"elementHiding": {
"exceptions": [
Expand Down Expand Up @@ -1807,6 +1874,15 @@
}
]
},
{
"domain": "cleartax.in",
"rules": [
{
"selector": "#credential_picker_container",
"type": "override"
}
]
},
{
"domain": "coingecko.com",
"rules": [
Expand Down Expand Up @@ -2027,6 +2103,15 @@
}
]
},
{
"domain": "gute-garne.de",
"rules": [
{
"selector": ".ad",
"type": "override"
}
]
},
{
"domain": "harpygee.com",
"rules": [
Expand Down Expand Up @@ -2351,7 +2436,7 @@
"type": "hide"
},
{
"selector": "[devicetype=\"desktop\"] [data*='\"isNsfw\":false'] ~ shreddit-experience-tree",
"selector": "[devicetype=\"desktop\"] .grid:not([style='filter: blur(4px);']) ~ shreddit-experience-tree",
"type": "hide"
}
]
Expand Down Expand Up @@ -2559,6 +2644,15 @@
}
]
},
{
"domain": "vinted.fr",
"rules": [
{
"selector": ".ad-container--leaderboard",
"type": "hide"
}
]
},
{
"domain": "wunderground.com",
"rules": [
Expand Down Expand Up @@ -2734,7 +2828,7 @@
]
},
"state": "enabled",
"hash": "81a6d69972c76821df0411a54b910ac6"
"hash": "d0f28b29a64af2dfff874c58ff3145f3"
},
"exceptionHandler": {
"exceptions": [],
Expand Down Expand Up @@ -2999,6 +3093,10 @@
{
"domain": "web.whatsapp.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/620"
},
{
"domain": "walmart.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1198"
}
],
"settings": {
Expand All @@ -3010,7 +3108,7 @@
"privacy-test-pages.glitch.me"
]
},
"hash": "38034ac4789cd0aa516f7a6848227613"
"hash": "77d4f914f73a5d3fec51f38d32918a2c"
},
"harmfulApis": {
"settings": {
Expand Down Expand Up @@ -3300,7 +3398,9 @@
{
"rule": "adthrive.com",
"domains": [
"gardeningknowhow.com"
"gardeningknowhow.com",
"adamtheautomator.com",
"packhacker.com"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1122"
}
Expand Down Expand Up @@ -3509,11 +3609,11 @@
"reason": "See https://github.com/duckduckgo/privacy-configuration/issues/321. These requests are associated with map/location functionality on websites."
},
{
"rule": "th.bing.com/th",
"rule": "bing.com/th",
"domains": [
"drudgereport.com"
"<all>"
],
"reason": "On the homepage (drudgereport.com), some images are fetched from bing.com. When we block these requests, the images do not render, and the page appears to have blank boxes. Note that requests can be of the form th.bing.com/th?id=... or th.bing.com/th/id/..., hence we unblock the common path here."
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/765"
},
{
"rule": "www.bing.com/api/maps/mapcontrol",
Expand Down Expand Up @@ -3871,6 +3971,13 @@
},
"doubleclick.net": {
"rules": [
{
"rule": "doubleclick.net/ondemand/hls/content/",
"domains": [
"history.com"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1185"
},
{
"rule": "securepubads.g.doubleclick.net/gampad/ads",
"domains": [
Expand Down Expand Up @@ -4739,7 +4846,8 @@
{
"rule": "klaviyo.com/",
"domains": [
"kmail-lists.com"
"kmail-lists.com",
"footweartruth.com"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/362"
}
Expand Down Expand Up @@ -5013,11 +5121,18 @@
"pardot.com": {
"rules": [
{
"rule": "go.pardot.com/",
"rule": "go.pardot.com",
"domains": [
"<all>"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1180"
},
{
"rule": "storage.pardot.com",
"domains": [
"klove.com"
"<all>"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/625"
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1180"
}
]
},
Expand Down Expand Up @@ -5221,6 +5336,17 @@
}
]
},
"qualtrics.com": {
"rules": [
{
"rule": "qualtrics.com",
"domains": [
"<all>"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1196"
}
]
},
"quantcast.com": {
"rules": [
{
Expand Down Expand Up @@ -5631,6 +5757,17 @@
}
]
},
"viglink.com": {
"rules": [
{
"rule": "cdn.viglink.com/api/vglnk.js",
"domains": [
"9to5mac.com"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1204"
}
]
},
"voxmedia.com": {
"rules": [
{
Expand Down Expand Up @@ -5786,11 +5923,33 @@
"reason": "CNAME ENTRY GENERATED FROM: liveperson.net"
}
]
},
"canadapost-postescanada.ca": {
"rules": [
{
"rule": "evaluation.canadapost-postescanada.ca",
"domains": [
"<all>"
],
"reason": "CNAME ENTRY GENERATED FROM: qualtrics.com"
}
]
},
"goto.com": {
"rules": [
{
"rule": "feedback.goto.com",
"domains": [
"<all>"
],
"reason": "CNAME ENTRY GENERATED FROM: qualtrics.com"
}
]
}
}
},
"exceptions": [],
"hash": "a3f0328f7c437cf0818cfe33810f9350"
"hash": "2fc8f6972e1f00916b737bf6bbfc5029"
},
"trackingCookies1p": {
"settings": {
Expand Down Expand Up @@ -5887,6 +6046,14 @@
"domain": "earth.google.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1099"
},
{
"domain": "iscorp.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/794"
},
{
"domain": "marvel.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1194"
},
{
"domain": "ticketmaster.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/794"
Expand All @@ -5906,6 +6073,10 @@
{
"domain": "paramountplus.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1085"
},
{
"domain": "vinted.fr",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/794"
}
]
}
Loading
Loading