Skip to content

Commit

Permalink
Have getAll() returns at least one neutered Tracker object
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Dec 4, 2021
1 parent ccc4c7d commit 64f427d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web_accessible_resources/google-analytics_analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
return new Tracker();
};
ga.getAll = function() {
return [];
return [new Tracker()];
};
ga.remove = noopfn;
// https://github.com/uBlockOrigin/uAssets/issues/2107
Expand Down

0 comments on commit 64f427d

Please sign in to comment.