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

Implement Tracker DB v4 endpoints #616

Merged
merged 10 commits into from Jan 5, 2021

resolve conflicts

  • Loading branch information
christophertino committed Dec 10, 2020
commit 7d88f80b0ddb189ba09f004cc16ea1712f1e890a
@@ -71,7 +71,6 @@ const IS_EDGE = (BROWSER_INFO.name === 'edge');
const IS_FIREFOX = (BROWSER_INFO.name === 'firefox');
const IS_ANDROID = (BROWSER_INFO.os === 'android');
const VERSION_CHECK_URL = `${CDN_BASE_URL}/update/v4/versions.json`;
const REAL_ESTATE_ID = 'ghostery';
const ONE_DAY_MSEC = 86400000;
const ONE_HOUR_MSEC = 3600000;
const onBeforeRequest = events.onBeforeRequest.bind(events);
ProTip! Use n and p to navigate between commits in a pull request.