|
|
@ -920,7 +920,7 @@ const Driver = {
|
|
|
|
const count = Object.keys(urls).length
|
|
|
|
const count = Object.keys(urls).length
|
|
|
|
|
|
|
|
|
|
|
|
if (count && (count >= 25 || Driver.lastPing < Date.now() - expiry)) {
|
|
|
|
if (count && (count >= 25 || Driver.lastPing < Date.now() - expiry)) {
|
|
|
|
await Driver.post('https://api.wappalyzer.com/ping/v2/', {
|
|
|
|
await Driver.post('https://api.wappalyzer.com/v2/ping/', {
|
|
|
|
version: chrome.runtime.getManifest().version,
|
|
|
|
version: chrome.runtime.getManifest().version,
|
|
|
|
urls,
|
|
|
|
urls,
|
|
|
|
})
|
|
|
|
})
|
|
|
|