Skip to content

Commit

Permalink
Update embedded files
Browse files Browse the repository at this point in the history
  • Loading branch information
daxtheduck committed Jul 24, 2024
1 parent 995943c commit a10361e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 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 = "\"ae2e2a1fde63a243dfcc79151fb9fdf3\""
public static let embeddedDataSHA = "0ae27bec4a00b59d5a7bfe548cbe5831fe157cbfb2dde4e06657922cd5de70da"
public static let embeddedDataETag = "\"bda3cb319ce173dfb9fbb4f0a4a31820\""
public static let embeddedDataSHA = "5f015578b361c93df32101bc4c9c2454c8b4e033fea544ecdb78d8b6f1080edd"
}

var embeddedDataEtag: String {
Expand Down
10 changes: 9 additions & 1 deletion 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": 1721406809556,
"version": 1721748106575,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -344,6 +344,14 @@
"state": "enabled",
"hash": "568bcdbfe8d7611496de889d20c033fb"
},
"autofillBreakageReporter": {
"state": "disabled",
"settings": {
"monitorIntervalDays": 42
},
"exceptions": [],
"hash": "ebf35854bdf33091c165b35d418d5707"
},
"autofill": {
"exceptions": [
{
Expand Down

0 comments on commit a10361e

Please sign in to comment.