-
Notifications
You must be signed in to change notification settings - Fork 60
Add whitelist controls #6
Comments
Yes, of course ;) Just an idea for the future. |
I was actually going to create a new thread to discuss this. It's fairly easy to implement and should work the µBlock way, in my opinion:
Little did I know the issue had already been submitted over 5 months ago. |
I changed the global toggle to a sticky toggle for the current page's host name. Let me know what you guys think. |
@ghostwords That's very convenient, works globally whilst maintaining full anti fingerprinting functionality. Do you think it'd be possible to implement a similar domain wide toggle but specifically for a page element (say a flash object, since it's related to the most prominent issue)? Or better yet, a text based whitelist with syntax similar to µMatrix's. |
Yes, but please take a look at issue #1. Trying to blend in with Tor Browser works for simple fingerprinters, but might not be good enough for the real world. |
Oh, I forgot, to mail you something. I recently emailed gorhill about this but totally forgot about you even though I mentioned your extension to the EFF:
So this might actually work in your favour as well, since I think we can all agree that blending in whilst randomising your browser is the superior approach. |
To eliminate cache-related race condition. Unfortunately, this breaks page whitelisting (#6).
Fix for #5 broke site whitelisting. Whitelisting is waiting on https://crbug.com/377978.
Unfortunately, whitelisting has been disabled in the master branch pending https://crbug.com/377978. Note that master is currently undergoing major changes: Tor masquerading has already been removed, too. |
It would be nice to have a whitelist function. E.g. intranet sites are broken with chameleon activated (because of "Window.innerHeight")
Maybe it can look like this
The text was updated successfully, but these errors were encountered: