Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Release 7.92.0 #2065

Merged
merged 3 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 7.91.1
MARKETING_VERSION = 7.92.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 = "\"30f2a2ffc762a0b87627dc218ba71b7e\""
public static let embeddedDataSHA = "985db4a0b3bb35e7b116ace9bcffbfed40275a10ec39bbbb52d84de76a6769c9"
public static let embeddedDataETag = "\"54efb258435567856e087913f93d43df\""
public static let embeddedDataSHA = "d0f9c70c5baba23a0966b277f8b4c949ecf01612558a50d2bda720fe1919b43f"
}

public var embeddedDataEtag: String {
Expand Down
4 changes: 2 additions & 2 deletions Core/AppTrackerDataSetProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import BrowserServicesKit
final public class AppTrackerDataSetProvider: EmbeddedDataProvider {

public struct Constants {
public static let embeddedDataETag = "\"c9a18e593a4f5f8d32a18db294497226\""
public static let embeddedDataSHA = "6264eb92240fee69aeebb14aa333bdc8d76b2818fb7f44f0acb1fb0373d50af4"
public static let embeddedDataETag = "\"a1bb76901a395eb251cd6f30f54037f1\""
public static let embeddedDataSHA = "53cad742076d1382fba8db0e508307668eb0609738d526cb16cbc623b50410fc"
}

public var embeddedDataEtag: String {
Expand Down
70 changes: 67 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": 1695742642039,
"version": 1695828991975,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -313,6 +313,66 @@
{
"domain": "roll20.net",
"reason": "Performance issue for too many fields."
},
{
"domain": "amazon.ca",
"reason": "Performance issue, infinite loop."
},
{
"domain": "amazon.cn",
"reason": "Performance issue, infinite loop."
},
{
"domain": "amazon.co.jp",
"reason": "Performance issue, infinite loop."
},
{
"domain": "amazon.com",
"reason": "Performance issue, infinite loop."
},
{
"domain": "amazon.com.au",
"reason": "Performance issue, infinite loop."
},
{
"domain": "amazon.com.mx",
"reason": "Performance issue, infinite loop."
},
{
"domain": "amazon.co.uk",
"reason": "Performance issue, infinite loop."
},
{
"domain": "amazon.de",
"reason": "Performance issue, infinite loop."
},
{
"domain": "amazon.es",
"reason": "Performance issue, infinite loop."
},
{
"domain": "amazon.eu",
"reason": "Performance issue, infinite loop."
},
{
"domain": "amazon.fr",
"reason": "Performance issue, infinite loop."
},
{
"domain": "amazon.in",
"reason": "Performance issue, infinite loop."
},
{
"domain": "amazon.it",
"reason": "Performance issue, infinite loop."
},
{
"domain": "amazon.nl",
"reason": "Performance issue, infinite loop."
},
{
"domain": "amazon.sa",
"reason": "Performance issue, infinite loop."
}
],
"state": "enabled",
Expand All @@ -338,7 +398,7 @@
"minSupportedVersion": "7.75.0"
}
},
"hash": "0050520033bd94b10474e9d2f649f8f9"
"hash": "c427670d1be007f3bd4af4c0e83addfb"
},
"clickToLoad": {
"exceptions": [
Expand Down Expand Up @@ -7362,6 +7422,10 @@
{
"domain": "paramountplus.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1085"
},
{
"domain": "theverge.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/1326"
}
],
"settings": {
Expand Down Expand Up @@ -7394,7 +7458,7 @@
]
},
"state": "enabled",
"hash": "d999feeb71ba8e37839b7ed5e267d365"
"hash": "aab19f2fd45ded0765912ee266c309df"
},
"userAgentRotation": {
"settings": {
Expand Down
Loading