be more precise about cleaning history and stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user