Skip to content

Commit

Permalink
Release 7.100.0 (#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
federicocappelli authored Dec 4, 2023
1 parent 08b34f8 commit 7e730db
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 9 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.99.0
MARKETING_VERSION = 7.100.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 = "\"7c6169d648700908e0dfc5904d640c37\""
public static let embeddedDataSHA = "e3cd448b68a22fe6c9563deeb4c7d2a62ae947bc655ff33b3fc030bba766672c"
public static let embeddedDataETag = "\"cb17cf91932342d84de448a240cf1291\""
public static let embeddedDataSHA = "23c268865598ce4857b6b3cc5626759e3b9af60dc540dc5257ae371b8334c341"
}

public var embeddedDataEtag: String {
Expand Down
56 changes: 52 additions & 4 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": 1701253939396,
"version": 1701443081218,
"features": {
"adClickAttribution": {
"readme": "https://help.duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#3rd-party-tracker-loading-protection",
Expand Down Expand Up @@ -1266,6 +1266,9 @@
{
"domain": "xfinity.com"
},
{
"domain": "login.xfinity.com"
},
{
"domain": "homedepot.ca"
},
Expand Down Expand Up @@ -1296,7 +1299,20 @@
},
"exceptions": [],
"state": "enabled",
"hash": "4c62237a3eeaf9cfec814fc3fb7af282"
"hash": "71e1dfb12e80fdebb9941bf29e6c6960"
},
"dbp": {
"state": "disabled",
"features": {
"waitlist": {
"state": "disabled"
},
"waitlistBetaActive": {
"state": "disabled"
}
},
"exceptions": [],
"hash": "ba52a36920a4a76343fc3c44d98936f9"
},
"duckPlayer": {
"exceptions": [],
Expand Down Expand Up @@ -5745,7 +5761,8 @@
{
"rule": "googletagmanager.com/gtag/js",
"domains": [
"abril.com.br"
"abril.com.br",
"cosmicbook.news"
]
}
]
Expand Down Expand Up @@ -6282,6 +6299,16 @@
}
]
},
"mediavine.com": {
"rules": [
{
"rule": "scripts.mediavine.com/tags/cosmic-book-news.js",
"domains": [
"cosmicbook.news"
]
}
]
},
"medicare.gov": {
"rules": [
{
Expand Down Expand Up @@ -6424,6 +6451,16 @@
}
]
},
"onesignal.com": {
"rules": [
{
"rule": "cdn.onesignal.com/sdks/OneSignalSDK.js",
"domains": [
"cosmicbook.news"
]
}
]
},
"onlyfans.com": {
"rules": [
{
Expand Down Expand Up @@ -6684,6 +6721,7 @@
{
"rule": "protection-widget.route.com/protect.core.js",
"domains": [
"clionadhcosmetics.com",
"littleunicorn.com",
"olfactif.com"
]
Expand Down Expand Up @@ -7181,6 +7219,16 @@
}
]
},
"wovn.io": {
"rules": [
{
"rule": "j.wovn.io/1",
"domains": [
"tamashiiweb.com"
]
}
]
},
"wpadmngr.com": {
"rules": [
{
Expand Down Expand Up @@ -7379,7 +7427,7 @@
"domain": "sundancecatalog.com"
}
],
"hash": "1ce506662b48fccc1bf37a3133fd3f1e"
"hash": "86c6202971fbee4ad408258833ae3474"
},
"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.99.0</string>
<string>7.100.0</string>
<key>Key</key>
<string>version</string>
<key>Title</key>
Expand Down
1 change: 0 additions & 1 deletion fastlane/metadata/default/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
We fixed a rare issue that caused text selection in the address bar to not work as expected.
Bug fixes and other improvements.

Join our fully distributed team and help raise the standard of trust online! https://duckduckgo.com/hiring

0 comments on commit 7e730db

Please sign in to comment.