Why are you keeping all my history #4001
Replies: 2 comments
-
When you create a If you want to clear information from the user data folder you can use the CoreWebView2Profile.ClearBrowsingDataAsync method. You can read more about the user data folder, what exactly is stored there, how to delete things from it, and more in the User Data Folder document. |
Beta Was this translation helpful? Give feedback.
-
I understand all well on how everything works. You are referring to the cache, and the cookies which is understandable. I am referring multiple files that are database files that are stored in the ebview/default directory. History is one of those files in the default directory which stores all your navigation history and searches. I also understand chromium dev tools that MS has forked to methods and others that you may call independently. Even after a clearing my cache and cookies that ONE FILE "HISTORY" still store my history and search. Please understand that this a UWP app and a CoreWebViewProfile doesn't exist yet... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would think that utilizing your webview2 and forging an app that will track or delete history either in IndexedDb or through a simple Navigation handler capturing of the history from the webview2 that it an understanding that all is kept or lost after an instance is garbage collected. Although MS has been keeping all my traffic / history / search / visits in a sqllite format db in my localstate folder.. Why is this?
Beta Was this translation helpful? Give feedback.
All reactions