Skip to content

Commit a428c90

Browse files
committed
Merge branch 'release/5.28.3'
2 parents 10b5d93 + dbf6b07 commit a428c90

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

app/src/main/java/com/duckduckgo/app/browser/WebDataManager.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ class WebViewDataManager @Inject constructor(
9999
private const val WEBVIEW_DATA_DIRECTORY_NAME = "app_webview"
100100

101101
private val FILENAMES_EXCLUDED_FROM_DELETION = listOf(
102-
"Cookies",
103-
"Local Storage"
102+
"Cookies"
104103
)
105104
}
106105
}

app/version/release-notes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## What's new in this release?
2-
In this release, we improved our network caching to reduce data usage.
2+
In this release, we improved our data clearing by making it more thorough.
33

44
## Have feedback?
55
You can always reach us at https://duckduckgo.com/feedback.

app/version/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
VERSION=5.28.2
17+
VERSION=5.28.3

0 commit comments

Comments
 (0)