Rayquaza01 / HistoryCleaner

Firefox addon that deletes history older than a specified amount of days.
MIT License
78 stars 6 forks source link

Form and search history not being deleted #16

Open ghost opened 3 years ago

ghost commented 3 years ago

I am receiving search suggestions from my deleted history. I cannot find these web sites in my history.

Windows 10 Pro 20H2 Firefox 89.01 Addon ver. 1.3.0

Rayquaza01 commented 2 weeks ago

This is an interesting one. I experience this too, occasionally. Firefox seems to keep search history and suggestions somewhere separately from the browsing history. I believe you can clear this using the Clear Recent History menu in the browser (it should be called Form and Search History, as the issue title states), but I don't know if there's a way to automatically clear old form and search history from an extension.

It's probably browsingData.removeFormData(), but the browsing data API only lets you clear recent data or all data.