Skip to content

Commit

Permalink
Update to version 1.6.2
Browse files Browse the repository at this point in the history
- Some log events where not clearing as approperiate, hence always showing up, hopefully logs are fine now...
  • Loading branch information
jrie committed Jan 1, 2018
1 parent fd74ed7 commit a0a8965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cookies.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ function chromeUpdateLogData (data, writeData) {
}

function clearCookiesOnNavigate (tabId, changeInfo, tab) {
clearDomainLog()
clearCookiesWrapper('tab navigate', useChrome)
}

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"homepage_url": "https://github.com/jrie/flagCookies",
"manifest_version": 2,
"name": "Flag Cookies",
"version": "1.6.2",
"version": "1.6.3",
"permissions": ["cookies", "tabs", "webNavigation", "<all_urls>", "storage", "unlimitedStorage"],
"background": {
"scripts": [
Expand Down

0 comments on commit a0a8965

Please sign in to comment.