-
Notifications
You must be signed in to change notification settings - Fork 523
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
reminder: investigate IDB [solved: dom.serviceWorkers.enabled] #234
Comments
default:
permanent:
temporary:
So what is the final verdict with extensions, specifically uBo and having to enable IDB, dom storage, etc? Did I understand correctly that IDB must be enabled now to let uBo do it's thing properly? Also, about:cache always shows 0 entries, even after YouTube, or any other site that creates a folder in /storage, so I'm a little confused about that. I do occasionally get cache entries from certain Mozilla pages, wyciwyg, and uBo's filter lists. I must have something off then if you, @Thorin-Oakenpants are not getting anything at all. I get very little but still, that's more than nothing. I don't even know how much I should care or even worry about it anymore. Every countermeasure seems break something else... PS - If there's any possible danger in listing those file/folder names verbatim please let me know. No idea if they are UUID or generic or whatever. |
FYI: that pref doesn't "turn off" OCSP, it only disables hard-fail. re: youtube - you maybe don't get the IDB stuff because of some of your uBlock filters and/or rules. I think you once said you're using the full "Youtube: Pure Video Experience" - I use only parts of it and I've also seen the IDB files/folders when I open YT in a non-private window. @grauenwolfe about:cache is currently broken due to first-party-isolation afaik |
I have crap there. |
I have no time, at the moment, to do some tests. :( But what about user_pref("privacy.firstparty.isolate.restrict_opener_access", true); Does this preference block the cache cleaning? Otherwise out of ghacksuser.js default I have additionally user_pref("browser.cache.memory.enable", false);
user_pref("privacy.firstparty.isolate", false); The It might be a bit slower rendering (or its a placebo effect only), but I have 0 cache and got effectively rid of ETAG cookieless tracking/fingerprinting too. Ohh, nice report @grauenwolfe. |
If that bothers you, you can set |
Was the PB mode active? |
It only allows modifying request headers and afaik some of the cache-dependent request headers are impossible to remove because they're probably added by FF after extensions had their hands on the headers. You need something that allows removing the Etag from the response headers. |
ESR with minor changes here. |
OMG, I was in tiers laughing, even before way before you mentioned me. :) |
"Push and web notifications require service workers, which in turn require workers." - this is clearly not (or no longer) true. See #256 where workers are disabled, but service workers enabled, and service workers create IDB entries on Youtube
SOLVED: some sites use service workers to spawn their IDB entries
The text was updated successfully, but these errors were encountered: