Closed intersel closed 7 years ago
deleteTrackingCookies did not delete cookie as the 'name' variable contained the id in the array of trackingCookiesNames and was sent to deleteCookie function that did not found the cookie as it was a number and not a name...
So it is fixed in this version...
I've used functionnal map method insteed. Thanks for your PR! :)
deleteTrackingCookies did not delete cookie as the 'name' variable contained the id in the array of trackingCookiesNames and was sent to deleteCookie function that did not found the cookie as it was a number and not a name...
So it is fixed in this version...