Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-1318 logout sync - remove cookie change event #158

Merged
merged 4 commits into from Aug 14, 2018
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev

Fix missing cookie delete error.

  • Loading branch information
jsignanini committed Aug 14, 2018
commit b71df0f006a52a337470df4b073e81e55e2c193f
@@ -457,8 +457,8 @@ class Account {
chrome.cookies.remove({
url: `https://${GHOSTERY_DOMAIN}.com`,
name,
}, (details) => {
log(`Removed cookie with name: ${details.name}`);
}, () => {
log(`Removed cookie with name: ${name}`);
});
});
}
ProTip! Use n and p to navigate between commits in a pull request.