Skip to content

Commit

Permalink
Embedded files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstrba committed Aug 22, 2022
1 parent f16aab2 commit cdb8029
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import BrowserServicesKit
final class AppPrivacyConfigurationDataProvider: EmbeddedDataProvider {

public struct Constants {
public static let embeddedDataETag = "\"1eecf3529737ffffe3f3a003316eaf77\""
public static let embeddedDataSHA = "98dec66ac36da476398f4a195368eb0b5bcdf335f1157276e1bcb4d89f869fa2"
public static let embeddedDataETag = "\"4dfa2f44ff3a903848093af7b43372b2\""
public static let embeddedDataSHA = "0819ffdd663c1c3d70afa8cb5fd0f8208d0383eda9fc560892c2b1768d8e1923"
}

var embeddedDataEtag: String {
Expand Down
94 changes: 92 additions & 2 deletions DuckDuckGo/Content Blocker/macos-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"readme": "https://github.com/duckduckgo/privacy-configuration",
"version": 1660052924250,
"version": 1660907875341,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -212,6 +212,10 @@
"domain": "ikea.com",
"reason": "When creating an account, after filling out details and going to e-mail confirmation, there is an error 'Something went wrong', and the e-mail may not be received. Clicking 'Send new code' appears successful, but after entering the code there is often another account creation error."
},
{
"domain": "northernrailway.co.uk",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/350"
},
{
"domain": "spirit.com",
"reason": "When attempting to sign in, a semi-transparent overlay appears over the page which prevents further interaction with the site."
Expand Down Expand Up @@ -376,6 +380,13 @@
"aternos.org"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/328"
},
{
"rule": "c1.adform.net/serving/cookie/match",
"domains": [
"dhl.de"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/340"
}
]
},
Expand Down Expand Up @@ -712,9 +723,10 @@
"dailyherald.com",
"emirates.com",
"iltalehti.fi",
"pickfu.com",
"rbcroyalbank.com"
],
"reason": "ah.nl - 'Bonus offer' elements do not render and are not clickable.,dailyherald.com - Article images render as grey boxes.,emirates.com - After filling out login details and clicking to proceed, a loading spinners shows on the proceed button and the login does not progress.,iltalehti.fi - Article video renders as a blank box.,rbcroyalbank.com - Investments page renders blank."
"reason": "ah.nl - 'Bonus offer' elements do not render and are not clickable.,dailyherald.com - Article images render as grey boxes.,emirates.com - After filling out login details and clicking to proceed, a loading spinners shows on the proceed button and the login does not progress.,iltalehti.fi - Article video renders as a blank box.,pickfu.com - https://github.com/duckduckgo/privacy-configuration/issues/346,rbcroyalbank.com - Investments page renders blank."
}
]
},
Expand Down Expand Up @@ -1054,6 +1066,17 @@
}
]
},
"sky.com": {
"rules": [
{
"rule": "accounts.sky.com/assets/sky_common.js",
"domains": [
"sky.com"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/342"
}
]
},
"theplatform.com": {
"rules": [
{
Expand Down Expand Up @@ -1106,6 +1129,73 @@
}
]
},
"yotpo.com": {
"rules": [
{
"rule": "api.yotpo.com/products/.*/.*/bottomline",
"domains": [
"<all>"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/348"
},
{
"rule": "api.yotpo.com/questions/send_confirmation_mail",
"domains": [
"<all>"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/348"
},
{
"rule": "api.yotpo.com/v1/widget/reviews",
"domains": [
"<all>"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/348"
},
{
"rule": "cdn-yotpo-images-production.yotpo.com/Product/.*/.*/square.jpg",
"domains": [
"<all>"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/348"
},
{
"rule": "staticw2.yotpo.com/.*/widget.js",
"domains": [
"<all>"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/348"
},
{
"rule": "staticw2.yotpo.com/.*/widget.css",
"domains": [
"<all>"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/348"
},
{
"rule": "staticw2.yotpo.com/assets/yotpo-widget-font.woff",
"domains": [
"<all>"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/348"
},
{
"rule": "staticw2.yotpo.com/batch/app_key/.*/domain_key/.*/widget/main_widget",
"domains": [
"<all>"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/348"
},
{
"rule": "api.yotpo.com/reviews/.*/vote",
"domains": [
"<all>"
],
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/348"
}
]
},
"zeustechnology.com": {
"rules": [
{
Expand Down

0 comments on commit cdb8029

Please sign in to comment.