Skip to content

Commit

Permalink
Fix the compatibility list for antitracking
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-classen committed Dec 12, 2023
1 parent e35151f commit 9885b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/antitracking/sources/attrack.es
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9885b47

Please sign in to comment.