Hi,
your App seems to use Google Analytics. [https://github.com/RobSpectre/Trump-Filter/blob/master/js/analytics.js]
According to EU-Law you are not allowed to use it unless you inform the user about this.
Even the description on the Chrome Webstore [https://chrome.google.com/webstore/detail/trump-filter/lhondapiaknegjpellpodegmeonigjic] has no annotation about this.
Moreover, you have to remove the IP of the user when using analytics.
ga('set', 'anonymizeIp', true);
Hi,
your App seems to use Google Analytics. [https://github.com/RobSpectre/Trump-Filter/blob/master/js/analytics.js]
According to EU-Law you are not allowed to use it unless you inform the user about this.
Even the description on the Chrome Webstore [https://chrome.google.com/webstore/detail/trump-filter/lhondapiaknegjpellpodegmeonigjic] has no annotation about this.
Moreover, you have to remove the IP of the user when using analytics.