be more precise about cleaning history and stuff

This commit is contained in:
idk
2019-10-16 15:48:06 -04:00
parent 1619181fc9
commit 52f695691c

View File

@@ -271,7 +271,7 @@ function forgetBrowsingData(storedSettings) {
}
function deepCleanCookies(cookie) {
browser.browsingData.RemoveCache()
browser.browsingData.RemoveCache();
var removing = browser.cookies.remove({
firstPartyDomain: cookie.firstPartyDomain,
name: cookie.name