Skip to content

Commit

Permalink
Version and embedded update after script failure
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Sep 10, 2024
1 parent acc4be3 commit d68271f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 7.136.0
MARKETING_VERSION = 7.137.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 = "\"38047fbabac1af7f77112ee692d5d481\""
public static let embeddedDataSHA = "ee998861bbed8b784a7f19caafd76a8f6eb9a82160b0b6ddb21d97e67332b38f"
public static let embeddedDataETag = "\"9087766799743533c0741b03cea431d1\""
public static let embeddedDataSHA = "9e9fcfd329fc587ba732cf9cb7e71d81f7af7717c3f804f28b9c8603599ee8d8"
}

public var embeddedDataEtag: String {
Expand Down
37 changes: 23 additions & 14 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": 1725043256685,
"version": 1725898107484,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -335,6 +335,12 @@
{
"domain": "dkb.de"
},
{
"domain": "headphonecheck.com"
},
{
"domain": "lehmannaudio.com"
},
{
"domain": "marvel.com"
},
Expand Down Expand Up @@ -382,7 +388,7 @@
}
}
},
"hash": "5a81046c452177af48157543487a38d5"
"hash": "a235f7ab6a5a3632380570bbc5113d51"
},
"autofillBreakageReporter": {
"state": "enabled",
Expand Down Expand Up @@ -449,12 +455,15 @@
},
{
"percent": 25
},
{
"percent": 100
}
]
}
}
},
"hash": "471e5069536f5b7824c5e4b60e5be274"
"hash": "28d4af98382248e184c4315bd49f4222"
},
"breakageReporting": {
"state": "disabled",
Expand Down Expand Up @@ -6004,6 +6013,16 @@
}
]
},
"adsrvr.org": {
"rules": [
{
"rule": "js.adsrvr.org/up_loader.1.1.0.js",
"domains": [
"codot.gov"
]
}
]
},
"adswizz.com": {
"rules": [
{
Expand Down Expand Up @@ -8576,16 +8595,6 @@
}
]
},
"siteimproveanalytics.com": {
"rules": [
{
"rule": "siteimproveanalytics.com",
"domains": [
"codot.gov"
]
}
]
},
"skimresources.com": {
"rules": [
{
Expand Down Expand Up @@ -9173,7 +9182,7 @@
"domain": "capitalone.com"
}
],
"hash": "70bdfe11b5235b40019495340bd91154"
"hash": "96d026a445971b650f4a6e899e339ff8"
},
"trackingCookies1p": {
"settings": {
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/Settings.bundle/Root.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<array>
<dict>
<key>DefaultValue</key>
<string>7.136.0</string>
<string>7.137.0</string>
<key>Key</key>
<string>version</string>
<key>Title</key>
Expand Down

0 comments on commit d68271f

Please sign in to comment.