Page 1 of 1

Problem with adblockers and score on html5test.com

Posted: 2018-09-08, 18:19
by Aztec
Wolfbeast told me on github to post this here to see if the issue can be reproduced so i'll copy/paste what i wrote there:

"Got the latest version of basilisk 32 bit (09/05/18) on Win7 x64 and the browser hangs/locks itself for some time when it's blocking ads, i tried latest abprime, adblock plus and adblock (and its clones). I dont remember if it hanged with ublock and its clones but i guess it happened too. I didnt have this problem with pale moon 27. I know this happens when the lists are being updated but i dont understand why this happens when they arent being updated."

The 2nd thing i noticed is that basilisk scores 465 on html5test.com while on firefox 52 which it gets its source code from scores 474. Why this happens? I enabled everything i could find to raise the score.

Re: Problem with adblockers and score on html5test.com

Posted: 2018-09-08, 20:08
by therube
What domains do your blockers show as being blocked on that site?

Other then your adblocker, are you using any other extensions?
If you disable all other extensions except for your adblocker, does the issue persist?

Re: Problem with adblockers and score on html5test.com

Posted: 2018-09-09, 01:43
by coffeebreak
As requested on github
First step will still be to go to the forum, provide information, and get confirmed that it is indeed a bug with the platform/browser.
Part of that will be to provide details about your environment and a copy of troubleshooting information from the browser.


Please provide the information detailed here: IMPORTANT: Information to include when asking for support

Also please provide some links to sites where the problem occurs. Do this even if you feel that it happens "everywhere".

Re: Problem with adblockers and score on html5test.com

Posted: 2018-09-09, 08:26
by yami_
Aztec wrote:The 2nd thing i noticed is that basilisk scores 465 on html5test.com while on firefox 52 which it gets its source code from scores 474. Why this happens? I enabled everything i could find to raise the score.
Service workers.

Re: Problem with adblockers and score on html5test.com

Posted: 2018-09-10, 04:10
by Moonchild
Service workers are undesirable for several reasons, not in the least the constant server tethering they allow, privacy issues, and potential for remote computational abuse whenever you are using your browser. Remember the whole push notification issue? service workers is like that but worse since it's not centrally managed.

Re: Problem with adblockers and score on html5test.com

Posted: 2018-09-11, 09:31
by Sajadi
Not always is a higer HTML5 score better. There are quite a lot privacy and security violating "standards" included in the score list - Nothing of which a privacy or security loving person should be proud of.

Numbers counting is the worst what someone can do. If there is an actual issue that you can not visit a certain page, report that. Otherwise, just do not worry about useless numbers and use the browser instead :)

Re: Problem with adblockers and score on html5test.com

Posted: 2018-09-22, 17:47
by Aztec
Thanks for the replies ppl but i was hoping someone would be able to reproduce the problem i got, anyone saw something similar to this?

Re: Problem with adblockers and score on html5test.com

Posted: 2018-09-24, 16:07
by gepus
HTML5.test grants points according to the number of features supported by the browser.
For some of those features I'd prefer to not even have them present in my browser. At least there should be options for disabling them.
Only two examples:
Service Workers, another blessing for users we should primarily thank Google for.
Service Workers are in the first place a huge privacy concern - for those who care at least.
They install in background and also run silently. They can come from any website and don't require the originating website for running.
They improve tracking and targeting. They can be even used as a botnet: link.
Add to the above several past security issues related to those awesome Service Workers like: CVE-2016-5259, CVE-2016-2812, CVE-2016-1949, CVE-2016-5287.
Beacon aka navigator.sendBeacon, another great feature pushed by Google. It's a great phone home mechanism meant to send whatever data to (potentially cross-domain) servers, particularly when leaving a page: link).

AFAIK none of the two features above can be disabled in Chrome.
By doing so Google makes sure that clueless users will always get the best results when testing their browser at HTML5test.com.

Re: Problem with adblockers and score on html5test.com

Posted: 2018-09-24, 18:37
by Nightbird
I tweaked Basilisk in order to increase the security level (i disabled geo, service workers, beacon, webRTC, ...)
guess : score 373 :D
In short, i don't care the HTML5.test.

Re: Problem with adblockers and score on html5test.com

Posted: 2018-09-25, 17:23
by Aztec
Thanks guys for your opinions about the score but did anyone of you were able to reproduce the problem i got with adblockers?

Re: Problem with adblockers and score on html5test.com

Posted: 2018-09-25, 19:19
by coffeebreak
Aztec wrote:did anyone of you were able to reproduce the problem i got with adblockers?

therube wrote:What domains do your blockers show as being blocked on that site?
coffeebreak wrote:As requested on github
First step will still be to go to the forum, provide information, and get confirmed that it is indeed a bug with the platform/browser.
Part of that will be to provide details about your environment and a copy of troubleshooting information from the browser.


Please provide the information detailed here: IMPORTANT: Information to include when asking for support

Also please provide some links to sites where the problem occurs. Do this even if you feel that it happens "everywhere".