spot.im

This is where you should report issues arising from the subscription filters.
Locked
itay9001
New Member
New Member
Posts: 2
Joined: Wed Aug 08, 2018 8:20 am

spot.im

Post by itay9001 »

Hello, I'm a developer from SPOT.IM.
SPOT.IM and its suffix (eg. recirculation.spot.im, app-cdn.spot.im) seem to be blocked.

SPOT.IM is a comment service similar to disqus.com.

We wish to exclude SPOT.IM from the filtering list as it affect our product to be loaded on our customers sites.

Code: Select all

||spot.im/yad/
@@||app-cdn.spot.im^$domain=o4anews.com|viralnova.com
@@||images.spot.im^$image,domain=viralnova.com
@@||recirculation.spot.im^$domain=o4anews.com|viralnova.com
@@||spot.im/launcher/bundle.js$domain=o4anews.com|viralnova.com
@@||spot.im/api/all/$xmlhttprequest,domain=iwatchonline.cr|iwatchonline.eu|watchonline.to
@@||spot.im/api/newsfeed-sync/$xmlhttprequest,domain=iwatchonline.cr|iwatchonline.eu|watchonline.to
@@||spot.im^$script,subdocument,domain=iwatchonline.cr|iwatchonline.eu|watchonline.to
@@||spot.im/api/all/$xmlhttprequest,domain=iwatchonline.cr|iwatchonline.eu|watchonline.to
@@||spot.im/api/newsfeed-sync/$xmlhttprequest,domain=iwatchonline.cr|iwatchonline.eu|watchonline.to
@@||spot.im^$script,subdocument,domain=iwatchonline.cr|iwatchonline.eu|watchonline.to
Thank You.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

spot.im is blocked only for

easyprivacy:

Code: Select all

||spot.im/api/tracker/
||spot.im^*/pixel?
easylist:

Code: Select all

||spot.im/yad/
all the other filters starting by @@ are exceptions (whitelisting stuff)

You should provide exact links to such broken (?) sites / pages and indicate the steps to get the issue
itay9001
New Member
New Member
Posts: 2
Joined: Wed Aug 08, 2018 8:20 am

Post by itay9001 »

Example sites which out component is broken at:

Code: Select all

https://taskandpurpose.com/fired-marine-corps-flight-time/
https://theknow.denverpost.com/2018/08/06/colorado-dude-ranches/180827/
And many more are complaining about not seeing our component which seem to be caused because of blocked content.

Let me know for any other assets needed to exclude SPOT.IM.

Thank.
Itay.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

it seems ||spot.im/yad/ is wrong
for example
@@||spot.im/yad/$subdocument,domain=taskandpurpose.com
restores the correct behaviour

probably ##div[data-spotim-slot]
is wrong too
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Khrin
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

Post by Khrin »

intense wrote: Wed Aug 08, 2018 2:35 pm it seems ||spot.im/yad/ is wrong
for example
@@||spot.im/yad/$subdocument,domain=taskandpurpose.com
restores the correct behaviour

probably ##div[data-spotim-slot]
is wrong too
Widgets loads correctly for me. Filters will remain, unless are problematic for real.
intense wrote: Wed Aug 08, 2018 9:30 pm fixed for uBo (ublock origin)
https://github.com/uBlockOrigin/uAssets ... b126fe0d99
I don't really like much this filter. Could be easily exploited (and I'm surprised that isn't already used).
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

well, now I see the frame as well

probably they were replacing that frame by spoxy-eb.spot.im

removed the filter above
Locked