Skip to content

Commit 113ac42

Browse files
committed
fix: settings load
!release: patch
1 parent 645ecf2 commit 113ac42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/modules/WindowSetup.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,8 @@ export class WindowSetup {
393393
host === 'prodregistryv2.org' ||
394394
host === 'beyondwickedmapping.org' ||
395395
// Cookie Consent banners
396-
host === 'cdn.cookielaw.org'
396+
// host === 'cdn.cookielaw.org' || без нее не грузит настройки
397+
false
397398
);
398399
}
399400

0 commit comments

Comments
 (0)