Skip to content

Commit

Permalink
Merge tag '7.91.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Sep 26, 2023
2 parents 39adc19 + 08c525a commit d584f11
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 11 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.90.1
MARKETING_VERSION = 7.91.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 = "\"18cf17e7f3383d2f9d1f0f6643c90c04\""
public static let embeddedDataSHA = "3f37f6c999e2d358a343c9150b6f1ac3120931c027a173aa99dae571c2398f37"
public static let embeddedDataETag = "\"30f2a2ffc762a0b87627dc218ba71b7e\""
public static let embeddedDataSHA = "985db4a0b3bb35e7b116ace9bcffbfed40275a10ec39bbbb52d84de76a6769c9"
}

public var embeddedDataEtag: String {
Expand Down
50 changes: 43 additions & 7 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": 1694791154730,
"version": 1695742642039,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -275,6 +275,10 @@
"domain": "elmundotoday.com",
"reason": "https://github.com/duckduckgo/autoconsent/issues/254"
},
{
"domain": "yum.com",
"reason": "https://github.com/duckduckgo/autoconsent/issues/259"
},
{
"domain": "earth.google.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1099"
Expand All @@ -298,7 +302,7 @@
]
},
"state": "enabled",
"hash": "d28139f3a183492cd9cb6d16e1430a36"
"hash": "6b201ccc9308a1e9b574b8a7da5a9b52"
},
"autofill": {
"exceptions": [
Expand Down Expand Up @@ -3348,11 +3352,32 @@
"type": "override"
}
]
},
{
"domain": "privacy-test-pages.site",
"rules": [
{
"selector": ".hide-test",
"type": "hide"
},
{
"selector": ".hide-empty-test",
"type": "hide-empty"
},
{
"selector": ".closest-empty-test",
"type": "closest-empty"
},
{
"selector": "[class^='ad-container']",
"type": "override"
}
]
}
]
},
"state": "enabled",
"hash": "32323481fe1e33412ae1671360a8ff50"
"hash": "d0034c140c0ee9ce9015b74b428523b3"
},
"exceptionHandler": {
"exceptions": [
Expand Down Expand Up @@ -4145,10 +4170,11 @@
"globalprivacycontrol.org",
"washingtonpost.com",
"nytimes.com",
"privacy-test-pages.glitch.me"
"privacy-test-pages.glitch.me",
"privacy-test-pages.site"
]
},
"hash": "8bbdafd961fcd054b37c6367c472f387"
"hash": "9962dbae2a6a668fbdae3b20f02bcbad"
},
"harmfulApis": {
"settings": {
Expand Down Expand Up @@ -4427,8 +4453,8 @@
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1085"
}
],
"state": "enabled",
"hash": "b3ae340e95ffb663509c48505ddad990"
"state": "disabled",
"hash": "6fb4590e0f11214e27a5386f24f1962f"
},
"requestFilterer": {
"state": "disabled",
Expand Down Expand Up @@ -7465,6 +7491,16 @@
"exceptions": [],
"state": "enabled",
"hash": "52857469413a66e8b0c7b00de5589162"
},
"incrementalRolloutTest2": {
"state": "enabled",
"features": {
"rollout": {
"state": "disabled"
}
},
"exceptions": [],
"hash": "54776d4aa010391dc14a53ad69cd1777"
}
},
"unprotectedTemporary": [
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.90.1</string>
<string>7.91.0</string>
<key>Key</key>
<string>version</string>
<key>Title</key>
Expand Down

0 comments on commit d584f11

Please sign in to comment.