Page 1 of 1

br.de

Posted: Tue Mar 20, 2018 6:54 pm
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

Re: br.de

Posted: Tue Mar 20, 2018 11:48 pm
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.

Re: br.de

Posted: Sat Mar 24, 2018 6:26 pm
by Khrin