From 9885b4724455a364d4d78d2064dcf7289d0e1e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Cla=C3=9Fen?= Date: Tue, 12 Dec 2023 16:27:36 +0100 Subject: [PATCH] Fix the compatibility list for antitracking refs https://github.com/ghostery/broken-page-reports/issues/396 --- modules/antitracking/sources/attrack.es | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/antitracking/sources/attrack.es b/modules/antitracking/sources/attrack.es index 9977a47..9779490 100644 --- a/modules/antitracking/sources/attrack.es +++ b/modules/antitracking/sources/attrack.es @@ -916,7 +916,7 @@ export default class CliqzAttrack { checkCompatibilityList(state) { const tpGd = state.urlParts.generalDomain; const fpGd = state.tabUrlParts.generalDomain; - if (this.config.compabilityList + if (this.config.compatibilityList && this.config.compatibilityList[tpGd] && this.config.compatibilityList[tpGd].indexOf(fpGd) !== -1) { return false;