Skip to content

Commit

Permalink
Update embedded files
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed May 1, 2024
1 parent ba5345a commit 68fca97
Show file tree
Hide file tree
Showing 2 changed files with 13 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 = "\"0cbf39995c17cfe7455c0ceff1b5d8cc\""
public static let embeddedDataSHA = "4e5495e24a27eba09553c335fc566bc694111e957faac6512093b76d3f585f71"
public static let embeddedDataETag = "\"3471e126687b3688c3512627a8fde0a1\""
public static let embeddedDataSHA = "a49fcdf77320604568abb7c69704d1fd93069b952cf1e2f6f3ffcf13020172ec"
}

var embeddedDataEtag: String {
Expand Down
13 changes: 11 additions & 2 deletions DuckDuckGo/ContentBlocker/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": 1714411110624,
"version": 1714486769720,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -3528,6 +3528,15 @@
}
]
},
{
"domain": "realtor.com",
"rules": [
{
"selector": ".ads_container",
"type": "hide"
}
]
},
{
"domain": "reddit.com",
"rules": [
Expand Down Expand Up @@ -4278,7 +4287,7 @@
]
},
"state": "enabled",
"hash": "cebfdc8b9e9f34d7e407f430850e7d70"
"hash": "893bd7422971b3a7b4c6e02cdfc6332d"
},
"exceptionHandler": {
"exceptions": [
Expand Down

0 comments on commit 68fca97

Please sign in to comment.