-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
discussion: redo 2300s web workers #71
Comments
Many thanks. This Web Workers area is, to me anyway, a rather unknown one. Clarified. |
Definitely, as I see it at this time -- and I see far less than you -- the only workers related setting I hesitate to block is the famous I've been thinking of it, recalling what's been written of what may be done -- has been done, abused -- with Off-topic, this is the Frenchman speaking : I guess you meant carte blanche rather than carte blance (I ignored the expression was used in English, by the way). Off we go :) |
Thanks for providing all those infos and links! But idk what there's to discuss - re: privacy/security it looks pretty bad IMO.
total mystery to me
yep, unfortunately Idk what else to say, you summarized it pretty damn well and I agree with everything you wrote. ps. hi Tom - wasn't sure it's really you but I suspected it ;) nice to see you around here |
Like cookies, caches, history etc ... built for the best and occasionally abused. I guess sometimes it is possible to be a smart guy by using the best with a work-around to avoid being abused. But not always, and then a choice is required. STOP or I'd carry on with my philosophical fixations as Pants describes it :) Always nice to read you, earthlng. To be honest I had in mind the hypothesis that you and Pants may have recognized Tom (My name is not Tom in fact!) ever since my first posts here with you on Github but were shy to say so, fearing perhaps that I'd take it as inquisition, so i decided to mention the Frenchman to let you both express your assumptions :) It was a hypothesis, only! I could be joking, now that I think about it! Nice to be with you both and with those in your staff. I don't bring much more than a spokesman, I appreciate you guys' work and say my word if I believe once the psycho/philosophical matter put aside (it's a package!) remains information. See: off-topic again. This is the end (don(t worry I'll be back, lol!) |
https://w3c.github.io/ServiceWorker/#service-worker-concept
Request objects via Cross-Origin Resource Sharing (CORS) mode allow resources to be loaded from a domain that's not the origin domain, as mozilla/pdf.js#1000 (comment) Privacy concerns |
EDIT: This is for Chromium. For those using uBlock Origin: Web Workers are handled by uBo Extra by Gorhill. |
uBO-Extra ...
|
Yes, you are right. The modifications wiil be available for uBlock with a new |
tbh idk if anything you wrote is correct but it sure looks nice 👍 |
A CSP HTTP header uses GET and POST requests, you can rewrite them with a local proxy as Privoxy. You can monitor the requests inside the browser with some addons like this. Also related: #102 (comment) (particularly, the pdf on bottom) |
Before we revamp the 2300 section, which I will rename as Web Workers, I think it's important we understand what they are. This issue is for discussing that, and any ramifications: security/privacy.
NOTE: also see #60 which mentions the FBI exploit, CVEs (might be fixed but there will be more), latest Pwn2Own exploit, add-on breakage (find another add-on or talk to the developer).
Web Workers: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API
Worker
Service Worker
Shared Worker
Chrome Worker
functions/apis of interest available to web workers:
Security concerns
i.e: you cannot load a script from a data: URL or javascript: URL
: an https: page cannot start worker scripts that begin with http: URLs
Privacy concerns
The text was updated successfully, but these errors were encountered: