File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
src/main/java/com/duckduckgo/app/browser Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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?
55You can always reach us at https://duckduckgo.com/feedback.
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515#
1616
17- VERSION =5.28.2
17+ VERSION =5.28.3
You can’t perform that action at this time.
0 commit comments