smartclient.com

This is where you should report issues arising from the subscription filters.
Locked
Developer1
New Member
New Member
Posts: 3
Joined: Tue Jan 08, 2019 11:18 pm

smartclient.com

Post 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.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

fixed for uBo adblocker (just wait for other adblockers)
https://github.com/uBlockOrigin/uAssets ... de72b96000
Developer1
New Member
New Member
Posts: 3
Joined: Tue Jan 08, 2019 11:18 pm

Post 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?
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post 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
Developer1
New Member
New Member
Posts: 3
Joined: Tue Jan 08, 2019 11:18 pm

Post by Developer1 »

Yes, that fixes it. Can you please add that to the shipping whitelist?
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Locked