We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645ecf2 commit 113ac42Copy full SHA for 113ac42
src/modules/WindowSetup.ts
@@ -393,7 +393,8 @@ export class WindowSetup {
393
host === 'prodregistryv2.org' ||
394
host === 'beyondwickedmapping.org' ||
395
// Cookie Consent banners
396
- host === 'cdn.cookielaw.org'
+ // host === 'cdn.cookielaw.org' || без нее не грузит настройки
397
+ false
398
);
399
}
400
0 commit comments