Skip to content

Commit

Permalink
Merge release/1.98.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Jul 22, 2024
2 parents a7254a4 + 608be8e commit 27267c4
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 10 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 = 229
CURRENT_PROJECT_VERSION = 230
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 1.97.0
MARKETING_VERSION = 1.98.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 = "\"142adc4a95bca0600dd55ce98ddeec36\""
public static let embeddedDataSHA = "439acd6b6ccd93f92ce19c625460090a758c35a5179886fc16dd2f413082cf70"
public static let embeddedDataETag = "\"ae2e2a1fde63a243dfcc79151fb9fdf3\""
public static let embeddedDataSHA = "0ae27bec4a00b59d5a7bfe548cbe5831fe157cbfb2dde4e06657922cd5de70da"
}

var embeddedDataEtag: String {
Expand Down
70 changes: 64 additions & 6 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": 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 @@ -1039,6 +1039,9 @@
},
{
"domain": "noaprints.com"
},
{
"domain": "tinder.com"
}
],
"settings": {
Expand All @@ -1057,7 +1060,7 @@
},
"state": "enabled",
"minSupportedVersion": "1.93.0",
"hash": "de5445a7452409483eeef786759d392f"
"hash": "08e30d1e6f6105ec1698b55a0aca317a"
},
"clickToPlay": {
"exceptions": [
Expand Down Expand Up @@ -1519,6 +1522,10 @@
"selector": "#leaderboard",
"type": "closest-empty"
},
{
"selector": "#leaderboard-container",
"type": "hide-empty"
},
{
"selector": ".leaderboard_wrapper",
"type": "hide-empty"
Expand Down Expand Up @@ -1547,6 +1554,10 @@
"selector": "#topAd",
"type": "hide-empty"
},
{
"selector": "#topad",
"type": "hide-empty"
},
{
"selector": ".ad-banner-container",
"type": "hide-empty"
Expand Down Expand Up @@ -2846,6 +2857,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 @@ -4577,7 +4609,7 @@
]
},
"state": "enabled",
"hash": "001ab18a7e0381b9824c0e8df68e12e7"
"hash": "a27afdd4dfee7a8dcd74a8745d3306ed"
},
"exceptionHandler": {
"exceptions": [
Expand Down Expand Up @@ -5285,6 +5317,29 @@
],
"hash": "1a1a4652687f25da9f351df157c5e051"
},
"phishingDetection": {
"state": "internal",
"exceptions": [
{
"domain": "marvel.com"
},
{
"domain": "sundancecatalog.com"
},
{
"domain": "noaprints.com"
}
],
"features": {
"allowErrorPage": {
"state": "internal"
},
"allowPreferencesToggle": {
"state": "internal"
}
},
"hash": "2caa9ff12e48c6e51980b2788b242f88"
},
"pluginPointFocusedViewPlugin": {
"state": "disabled",
"exceptions": [],
Expand Down Expand Up @@ -5422,9 +5477,9 @@
"hash": "3c850040d1c9b3e06841b1491c5d2940"
},
"remoteMessaging": {
"state": "internal",
"state": "enabled",
"exceptions": [],
"hash": "f1daaefe788583c2a00d7d19a23864a7"
"hash": "697382e31649d84b01166f1dc6f790d6"
},
"requestFilterer": {
"state": "disabled",
Expand Down Expand Up @@ -8955,6 +9010,9 @@
},
"webCompat": {
"exceptions": [
{
"domain": "crocs.com"
},
{
"domain": "marvel.com"
},
Expand Down Expand Up @@ -9226,7 +9284,7 @@
}
]
},
"hash": "62636b478aa50f4bc1e57e6b73fc1e0e"
"hash": "a8ea63aef4af72c462736bf28db907b8"
},
"webViewBlobDownload": {
"exceptions": [],
Expand Down

0 comments on commit 27267c4

Please sign in to comment.