br.de

This is where you should report issues arising from the subscription filters.
Locked
meoten
New Member
New Member
Posts: 6
Joined: Tue Mar 20, 2018 6:39 pm

br.de

Post by meoten »

The traffic map https://www.br.de/nachrichten/verkehr/index.html isn't visible because of rule

Code: Select all

||analytics.edgekey.net^
within the EasyPrivacy list. An exception is necessary e.g.:

Code: Select all

@@||analytics.edgekey.net/html5/akamaihtml5-min.js$domain=br.de
meoten
New Member
New Member
Posts: 6
Joined: Tue Mar 20, 2018 6:39 pm

Post by meoten »

Found the reason: The code

Code: Select all

$( document ).ready(function() {
akamaiDisableServerIpLookup();
}
at the end of the included script https://www.br.de/index~script.js?version=c4fde fails with a ReferenceError because akamaiDisableServerIpLookup() is not defined if analytics.edgekey.net/html5/akamaihtml5-min.js isn't loaded.

So when using uBo

Code: Select all

br.de##script:inject(set-constant.js, akamaiDisableServerIpLookup, noopFunc)
would also fix the problem.
Khrin
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

Post by Khrin »

Locked