Skip to content

Commit

Permalink
Merge release/0.41.0 into dominik/test-base-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy authored Feb 6, 2024
2 parents 1a51472 + 8a15280 commit 5b1244e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Configuration/BuildNumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 200
CURRENT_PROJECT_VERSION = 201
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 0.40.0
MARKETING_VERSION = 0.41.0
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 = "\"60c5578a7ef36595312bb0c0166c36b1\""
public static let embeddedDataSHA = "96c954730fd9bb138405663308a709206f1fe268492afad51c2bac59964f6a70"
public static let embeddedDataETag = "\"c6e0bfd4339ff198ee014120f8a7e46c\""
public static let embeddedDataSHA = "ed3513209b9f0ac383adef81ddf08f0d2934d73ad6a766a0247801654099986e"
}

var embeddedDataEtag: String {
Expand Down
7 changes: 6 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": 1707143571719,
"version": 1707153316617,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -4448,6 +4448,11 @@
"exceptions": [],
"hash": "39a36ca9002bd5aea4dd7b6bdb5b79d4"
},
"mediaPlaybackRequiresUserGesture": {
"exceptions": [],
"state": "disabled",
"hash": "728493ef7a1488e4781656d3f9db84aa"
},
"navigatorInterface": {
"exceptions": [
{
Expand Down

0 comments on commit 5b1244e

Please sign in to comment.