Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
localStorage.firstBuild = BUILD;
localStorage.whitelist = JSON.stringify({});
spawn(PATH + 'markup/firstrun.html');
}
if (!PREVIOUS_BUILD || PREVIOUS_BUILD < 5)
localStorage.uids = JSON.stringify([]);
if (!PREVIOUS_BUILD || PREVIOUS_BUILD < 7) {
WHITELIST['buy.buysellads.com'] = true;
WHITELIST['gs.statcounter.com'] = true;
localStorage.whitelist = JSON.stringify(WHITELIST);
}
if (IS_UPDATING_TO_CURRENT) {
WHITELIST['amplitude.com'] = true;
WHITELIST['analytics.amplitude.com'] = true;
WHITELIST['sumo.com'] = true;
WHITELIST['www.cnet.com'] = true;
WHITELIST['www.stitcher.com'] = true;
localStorage.whitelist = JSON.stringify(WHITELIST);
localStorage.build = BUILD;
}
firebase.initializeApp({
apiKey: 'AIzaSyAEyH0_n6vGCimJnyGjuGXXsfYwhAqzm8Q',
appId: '1:109831748909:web:ce760a23eb8a204d7de7a4',
authDomain: 'adblock-fast.firebaseapp.com',
databaseURL: 'https://adblock-fast.firebaseio.com',
messagingSenderId: '109831748909',
projectId: 'adblock-fast',
storageBucket: 'adblock-fast.appspot.com'