8000 Remove "Local Storage" from the deletion exclusion list (#517) · WindowxDeveloper/Android@cb8b4d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb8b4d2

Browse files
authored
Remove "Local Storage" from the deletion exclusion list (duckduckgo#517)
Local Storage can store sensitive data, and should be cleared out when clearing data
1 parent d7ca3a9 commit cb8b4d2

File tree

1 file changed

+1
BDB9 -2
lines changed

1 file changed

+1
-2
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
}

0 commit comments

Comments
 (0)
0