We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4566c commit ef474f2Copy full SHA for ef474f2
dist/privacy.js
@@ -32,11 +32,6 @@ function testPropertyStringInResponseBodies(pattern) {
32
*/
33
const fetchAndParse = async (url, parser) => {
34
const timeout = 5000;
35
- /*
36
- Google's sellers.json size is 120Mb as of May 2024 - too big for custom metrics.
37
- It's available at realtimebidding.google.com/sellers.json, so not part of crawled pages list.
38
- More details: https://support.google.com/authorizedbuyers/answer/9895942
39
- */
40
const controller = new AbortController();
41
const { signal } = controller;
42
setTimeout(() => controller.abort(), timeout);
0 commit comments