I want to block cookies from certain websites.
I look at set cookies, and then put it in the "manage exceptions" list and set them to block.
For instance, if in my stored cookies like, I see facebook.com.
Then, when I put in in my blocked list, should I put facebook.com or www.facebook.com?
Is there a rule to put in wildcards? *.facebook.com?
-
-
Rather than blocking cookies by hand I suggest using Privacy Badger. It watches sites' access to the cookie store and blocks content (cookies, images, etc.) which appear to be tracking you without your consent.
I also suggest looking at Firefox Multi-Account Containers. This add-on sandboxes specified web sites which is a fancy way of saying that if you have Facebook in the Facebook container it cannot see or touch anything in your Google Mail container and vice-versa. -
For Facebook, twitter: I do not go on those sites, but still cookies from them appear in my stored cookies.hmscott likes this. -
Code:network.cookie.thirdparty.sessionOnly network.cookie.lifetimePolicy network.cookie.cookieBehavior network.cookie.same-site.enabled
Code:privacy.clearOnShutdown.cookies
Some of the above can be set fromCode:about:preferences#privacy
One of the easiest ways to selectively "block" (notice the quotation marks) selected domains is to install local DNS server that will use custom blocklist and return NXDOMAIN to all undesirable queries.
Let me know if some clarification is needed.Kyle likes this. -
It's a lot easier and more reliable than trying to hand-manage cookies.
-
Have you tried these? I use custom settings to block 3rd party cookies. https://support.mozilla.org/en-US/kb/content-blocking
-
-
hmscott likes this.
-
How to block cookies on Firefox?
Discussion in 'Linux Compatibility and Software' started by Kyle, May 13, 2019.