Skip to content

Commit

Permalink
Merge branch 'release/7.130.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Jul 22, 2024
2 parents 8cf5fdb + 8c5d68f commit b64bae6
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 7 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.129.0
MARKETING_VERSION = 7.130.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 = "\"d73997ee1028028a4259dec5f9c4beca\""
public static let embeddedDataSHA = "2810166895dee6bfebfc57d6dc041ef008bf85f9346e541c963d63d8fa1dc2dc"
public static let embeddedDataETag = "\"6731933419540cb11a6a0898b0c26bdb\""
public static let embeddedDataSHA = "88b018fcabee20e6a210d3c65f122c0019ca5bb900c9a0148945e4c4c609856d"
}

public var embeddedDataEtag: String {
Expand Down
53 changes: 50 additions & 3 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": 1720796469387,
"version": 1721406809556,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -1523,6 +1523,10 @@
"selector": "#leaderboard",
"type": "closest-empty"
},
{
"selector": "#leaderboard-container",
"type": "hide-empty"
},
{
"selector": ".leaderboard_wrapper",
"type": "hide-empty"
Expand Down Expand Up @@ -1551,6 +1555,10 @@
"selector": "#topAd",
"type": "hide-empty"
},
{
"selector": "#topad",
"type": "hide-empty"
},
{
"selector": ".ad-banner-container",
"type": "hide-empty"
Expand Down Expand Up @@ -2850,6 +2858,27 @@
}
]
},
{
"domain": "gizmodo.com",
"rules": [
{
"selector": ".banner-top",
"type": "closest-empty"
},
{
"selector": ".od-wrapper",
"type": "hide-empty"
},
{
"selector": ".widget_keleops-ad",
"type": "hide-empty"
},
{
"selector": "[id^='optidigital-adslot-Billboard']",
"type": "closest-empty"
}
]
},
{
"domain": "google.com",
"rules": [
Expand Down Expand Up @@ -4581,7 +4610,7 @@
]
},
"state": "enabled",
"hash": "c69c499b65697c42f660e3c5588bebe4"
"hash": "507d3d1aba39974635faf482e944f310"
},
"exceptionHandler": {
"exceptions": [
Expand Down Expand Up @@ -5227,6 +5256,21 @@
],
"hash": "1a1a4652687f25da9f351df157c5e051"
},
"phishingDetection": {
"state": "disabled",
"exceptions": [
{
"domain": "marvel.com"
},
{
"domain": "sundancecatalog.com"
},
{
"domain": "noaprints.com"
}
],
"hash": "7b395d1b9b54fd08f5a949b920d28552"
},
"pluginPointFocusedViewPlugin": {
"state": "disabled",
"exceptions": [],
Expand Down Expand Up @@ -8808,6 +8852,9 @@
},
"webCompat": {
"exceptions": [
{
"domain": "crocs.com"
},
{
"domain": "marvel.com"
},
Expand Down Expand Up @@ -8861,7 +8908,7 @@
}
]
},
"hash": "25d935f0276cd0d81fc6f25811f7cb36"
"hash": "895bea376ffb485029872b8279778ce6"
},
"webViewBlobDownload": {
"exceptions": [],
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.129.0</string>
<string>7.130.0</string>
<key>Key</key>
<string>version</string>
<key>Title</key>
Expand Down

0 comments on commit b64bae6

Please sign in to comment.