Page 1 of 1

favicon and VPN

Posted: Sat Jul 23, 2016 8:52 pm
by ruy.benton
Hi,

Thank you for your great plugin.

With Zenmate and Hola - VPN, we think we are safe ...

But if you start Firefox with many Tabs - 10, 20, etc
And monitor. the links with a sniffer ( tcpdump )... all the Tabs download FavIcons . :cry: :x
The ISP ... routers ... switchs see my Tabs ...



1 - uBlock Origin /favicon.$image in "My Filters" work :D :D :D



2 - < userProfile>/chrome/userChrome.css :


____________________________________________________________________________________
@namespace url("http://www.mozilla.org/keymaster/gateke ... s.only.xul"); /* only needed once */

.tabbrowser-tab .tab-icon-image,
.tabbrowser-tab .tab-throbber { display:none!important; }

#personal-bookmarks .toolbarbutton-icon { display:none!important; }


/* tab */ .tabbrowser-tab .tab-icon-image,
/* bookmarks toolbar */ .bookmark-item .toolbarbutton-icon,
/* bookmarks menu */ #bookmarksMenu menuitem .menu-iconic-icon,
/* address bar autocomplete */ #PopupAutoCompleteRichResult .ac-site-icon {
display: none !important; }
____________________________________________________________________________________

some favicon pass the filter!!!




3 - In NoScript use ABE or other ?


Best Regards,
Ruy

Re: favicon and VPN

Posted: Sat Jul 23, 2016 10:23 pm
by barbaz
NoScript is not the right tool to do that - and in fact it tries to distinguish browser requests and not interfere with them. NoScript is a security tool, not a privacy tool.

I thought uBlock Origin can block all favicons if you enable behind-the-scene filtering?

Re: favicon and VPN

Posted: Sat Jul 23, 2016 11:24 pm
by ruy.benton
barbaz wrote:NoScript is not the right tool to do that - and in fact it tries to distinguish browser requests and not interfere with them. NoScript is a security tool, not a privacy tool.

I thought uBlock Origin can block all favicons if you enable behind-the-scene filtering?
ABE:

Site ^https?://.*/favicon\.ico ^https?://.*/favicon\.png
Deny

Please any sug ...

Re: favicon and VPN

Posted: Sat Jul 23, 2016 11:33 pm
by barbaz
Sorry, I wasn't being clear. ABE doesn't filter the favicon requests, ABE rules won't have any effect. Please see viewtopic.php?f=10&t=18905 for more details (and note that I've since replaced SimpleBlock with uBlock Origin)


Again, you say this
ruy.benton wrote:1 - uBlock Origin /favicon.$image in "My Filters" work :D :D :D
So what specifically is wrong with just doing that?

Re: favicon and VPN

Posted: Sun Jul 24, 2016 12:02 am
by ruy.benton
barbaz wrote:Sorry, I wasn't being clear. ABE doesn't filter the favicon requests, ABE rules won't have any effect. Please see viewtopic.php?f=10&t=18905 for more details (and note that I've since replaced SimpleBlock with uBlock Origin)


Again, you say this
ruy.benton wrote:1 - uBlock Origin /favicon.$image in "My Filters" work :D :D :D
So what specifically is wrong with just doing that?
I research from the beginning of times hehehehehehehe.

I'm trying with NoScript ...

Best regards,
Ruy

Re: favicon and VPN

Posted: Sun Jul 24, 2016 10:22 am
by fatboy
browser.chrome.favicons;false
browser.chrome.site_icons;false

If noscript. ABE.skipBrowserRequests;false, your rules ABE rules work. You can then add favicon.svg
But it could have an impact on other requests (barbaz gave the link).

userChrome and userContent only hides icons but does not block queries.

Re: favicon and VPN

Posted: Sun Jul 24, 2016 12:49 pm
by ruy.benton
fatboy wrote:browser.chrome.favicons;false
browser.chrome.site_icons;false

If noscript. ABE.skipBrowserRequests;false, your rules ABE rules work. You can then add favicon.svg
But it could have an impact on other requests (barbaz gave the link).

userChrome and userContent only hides icons but does not block queries.
Thank you for your Illuminati comments.

In Linux with Firefox and qbittorrent I don't see problems.
But in W$n lots of warning ... AntiVirus.

Search "favicon and Virus" ... surprise :mrgreen:



browser.chrome.favicons;false :cry:
browser.chrome.site_icons;false :cry:
and browser.chrome.image_icons.max_size :cry:
Don't work !!!!!!!!! in Firefox 47.0

ABE.skipBrowserRequests;false And the goal/purpose ?

Lots of people ask block favicon in userChrome.css in Forums ... not this one
And only hide .... :lol:



UPDATE: ABE

Site ^https?://.*/favicon.*\.(?:ico|png|jpg|gif|svg)
Deny

Your comments please


barbaz wrote: "ABE doesn't filter the favicon requests, ABE rules won't have any effect.
Hum ...
___________________________________________________________________________________
[ABE] <^https?://.*/favicon.*\.(?:ico|png|jpg|gif|svg)> Deny on {GET http://www.qbittorrent.org/favicon.ico <<< chrome://browser/content/browser.xul - 1}
USER rule: Site ^https?://.*/favicon.*\.(?:ico|png|jpg|gif|svg)
Deny
___________________________________________________________________________________


Best Regards,
Ruy