highcharts.com

This is where you should report issues arising from the subscription filters.
Locked
Anonymous123
Guest

highcharts.com

Post by Anonymous123 »

This rule is problematic:

Code: Select all

@@||highcharts.com/modules/heatmap.js
It unblocks only https://code.highcharts.com/modules/heatmap.js, but there are

Code: Select all

https://code.highcharts.com/4.2.1/modules/heatmap.js
https://code.highcharts.com/4.2.0/modules/heatmap.js
I'm no expert on writing ABP rules. Can we unblock the whole code.highcharts.com instead of unblocking just https://code.highcharts.com/modules/heatmap.js somehow? I believe code.highcharts.com is not going to provide any intrusive JS.
User avatar
LanikSJ
Site Owner
Site Owner
Posts: 1806
Joined: Thu Feb 15, 2007 7:44 am
Location: /dev/null

Post by LanikSJ »

Code: Select all

@@/modules/heatmap.js$domain=code.highcharts.com
"If it ain't broke don't fix it."
Anonymous123
Guest

Post by Anonymous123 »

Should I do anything else in order to get this into the EasyPrivacy list?
User avatar
LanikSJ
Site Owner
Site Owner
Posts: 1806
Joined: Thu Feb 15, 2007 7:44 am
Location: /dev/null

Post by LanikSJ »

That's up to the EasyList authors if/when it gets added.
"If it ain't broke don't fix it."
MonztA
EasyList Author
EasyList Author
Posts: 8121
Joined: Thu Jul 26, 2007 4:19 pm
Location: Germany

Post by MonztA »

Anonymous123
Guest

Post by Anonymous123 »

MonztA, nice, thanks!
sorinelc
New Member
New Member
Posts: 2
Joined: Wed Jan 13, 2016 4:08 pm

Post by sorinelc »

Hello there,

Your fix works only on highcharts domain, but when we use their chart widget in our product, the domain is not highcharts, it's the client's server.

So better you update the filter like this:

Code: Select all

@@/*/high/modules/heatmap.js 
You can see how it looks under the browser hood:
https://vgy.me/AvKMQS.jpg

Thanks.
Sorinel C
sorinelc
New Member
New Member
Posts: 2
Joined: Wed Jan 13, 2016 4:08 pm

Post by sorinelc »

This is better and generic

Code: Select all

@@/*/modules/heatmap.js
which works on any domain.
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12230
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Far too generic. If you're working on your site locally its probably a better idea to just disable Adblock.
busjive
Guest

Post by busjive »

@fanboy, turning off Ad Blockers is not a good solution. We install a product in the data center built on Jasper reports that in turn uses High charts. Users with uBlock or similar cannot use our product without hitting odd problems because of this.

What is the justification for blocking /heatmap.js?
HighchartsUser
Guest

Post by HighchartsUser »

@fanboy I think you're misunderstanding the issue. Any server that hosts highcharts' heatmap module is affected by this.
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12230
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Was blocked because of "heatmaps" used by tracking mouse movements/actions on websites.

Code: Select all

https://www.google.com/search?num=50&q=mouse+/heatmap.js+tracking
I'm happy to whitelist certain websites having issues, but making it too generic would be bad idea. Pity highcharts uses the same terms as known mouse tracking scripts.
Locked