Page 1 of 1

smartclient.com

Posted: Wed Jan 09, 2019 3:07 am
by Developer1
We have a customer report that EasyPrivacy is breaking part of our online demo.

The problem is that our numerical library file, ISC_Analytics.js, which we load with some query params, generates a hit against the filter list, which includes "_Analytics.js?".

Example is here https://www.smartclient.com/smartclient/showcase/?id=analyticsFS Load the URL and you will immediately see errors reported in the browser console, and you can see further details in the network tab. Clicking on "Show Example" should bring up our CubeGrid example, but it brings up a page with more errors on it.

Is it possible to whitelist ISC_Analytics.js? Whitelisting the website might work, though if a customer sets up his own website using our Framework, he'll hit the same problem with ISC_Analytics.js. (We are a company providing a JS Framework.)

Thanks.

Re: smartclient.com

Posted: Wed Jan 09, 2019 8:08 am
by intense
fixed for uBo adblocker (just wait for other adblockers)
https://github.com/uBlockOrigin/uAssets ... de72b96000

Re: smartclient.com

Posted: Thu Jan 17, 2019 9:35 pm
by Developer1
It looks like the file was only whitelisted on our website, but as mentioned, any of our customers may hit the same issue with their own deployments. Can you whitelist the file itself for any website, at least if it appears under a path starting with isomorphic/ ?

So...

Code: Select all

isomorphic/system/modules/ISC_Analytics.js
where query params will typically be present in the request?

Re: smartclient.com

Posted: Thu Jan 17, 2019 10:04 pm
by intense
If the script is installed on the site itself (yours or third-party sites), does this filter help (test in uBo) ?

Code: Select all

@@/isomorphic/system/modules/ISC_Analytics.js$script,1p

Re: smartclient.com

Posted: Mon Jan 21, 2019 7:22 pm
by Developer1
Yes, that fixes it. Can you please add that to the shipping whitelist?

Re: smartclient.com

Posted: Mon Jan 21, 2019 7:28 pm
by intense