decentraleyes icon indicating copy to clipboard operation
decentraleyes copied to clipboard

support wordpress specific jquery

Open 3bsa opened this issue 6 years ago • 5 comments

can Decentraleyes support wordpress specific jquery pattern

example.com/wp-includes/js/jquery/jquery.js?ver=1.12.4

3bsa avatar May 06 '18 13:05 3bsa

Well, Decentraleyes is made for Libraries delivered via CDNs, not single pages. What's the reason for you wanting to deliver those scripts locally?

criztovyl avatar May 06 '18 14:05 criztovyl

there are many websites which use this pattern. so it will speed up web browsing and save bandwidth for data cap users

3bsa avatar May 06 '18 14:05 3bsa

I understand. Just note that Decentraleyes focuses on privacy rather than saving bandwidth, so solving this issue will most likely have lower priority.

criztovyl avatar May 07 '18 08:05 criztovyl

What if said javascript is used to record mouse movements? this site loads this. I block */mousetrap/mousetrap.min.js?ver=1.4.6 in uBlock and nothing changes to the site's functionality as far as I can tell.

jawz101 avatar May 10 '18 21:05 jawz101

My last comment was slightly inaccurate: Decentraleyes focuses on privacy for scripts loaded from CDNs (e.g. ajax.googleapis.com, cdnjs.cloudflare.com, etc) by loading them locally instead of from the CDN.

While your use-case is a valid privacy concern, it's not the kind of issue Decentraleyes deals with (not connecting to 3rd parties for scripts), rather one that uBO deals with (blocking elements that infringe your privacy).

Hope I have explained it somehow understandable.

criztovyl avatar May 10 '18 22:05 criztovyl