I am a nut about it. I paid for a VPN using Tor with a gift card I bought with cash with a hat and sunglasses on.
I implemented all these ff tweaks
I use all these extensions
HTTPS Everywhere is a Firefox, Chrome, and Opera extension that encrypts your communications with many major websites, making your browsing more secure. A collaboration between The Tor Project and the Electronic Frontier Foundation.
https://www.eff.org/https-everywhere
uBlock is an lightweight and efficient blocker: easy on memory and CPU footprint. The extension has no monetization strategy and development is volunteered. Available for: Firefox, Safari, Opera, Chromium.
https://addons.mozilla.org/en-US/firefox/addon/ublock/
Adblock Edge and uBlock are both great addons, choose between them but AdBlock Plus is not recommended because they show "acceptable ads". The system behind that white list is lacking transparency.
Privacy Badger is a browser add-on that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web. Privacy Badger automatically blocks that advertiser from loading any more content in your browser.
https://addons.mozilla.org/en-US/firefox/addon/privacy-badger-firefox/
Random Agent Spoofer is a privacy enhancing firefox addon which aims to hinder browser fingerprinting. It does this by changing the browser/device profile on a timer.
https://addons.mozilla.org/en-US/firefox/addon/random-agent-spoofer/
Self-Destructing Cookies automatically removes cookies when they are no longer used by open browser tabs. With the cookies, lingering sessions, as well as information used to spy on you, will be expunged.
https://addons.mozilla.org/en-US/firefox/addon/self-destructing-cookies/
The following addons require quite a lot of interaction from user to get things working. Some sites will not work properly until you have configured the addons.
Stop cross-site requests with "Request Policy"
Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics. Request Policy gives you control over the requests that websites make to other websites. This gives you greater and more fine grained control over the information that you leak online.
https://requestpolicycontinued.github.io/
Be in total control with "NoScript Security Suite"
Highly customizable plugin to selectively allow Javascript, Java, and Flash to run only on websites you trust. Not for casual users, it requires technical knowledge to configure.
https://addons.mozilla.org/en-US/firefox/addon/noscript/
so after all that I find out my AV was sending every URL I visited to their servers.
and they have my name address and credit card info defeating the VPN, TOR and all extenstions
I implemented all these ff tweaks
- network.http.sendRefererHeader = false
- Disable referrer headers.
- network.http.sendSecureXSiteReferrer = false
- Disable referrer headers.
- privacy.trackingprotection.enabled = true
- This is Mozilla’s new built in tracking protection.
- geo.enabled = false
- Disables geolocation.
- browser.safebrowsing.enabled = false
- Disable Google Safe Browsing and phishing protection. Security risk, but privacy improvement.
- browser.safebrowsing.malware.enabled = false
- Disable Google Safe Browsing malware checks. Security risk, but privacy improvement.
- dom.event.clipboardevents.enabled = false
- Disable that websites can get notifications if you copy, paste, or cut something from a web page, and it lets them know which part of the page had been selected.
- dom.event.contextmenu.enabled = false
- Disables website control over rightclick context menu.
- geo.wifi.logging.enabled = false
- Disables firefox logging geolocation requests.
- network.cookie.alwaysAcceptSessionCookies = false
- Disables acceptance of session cookies.
- network.cookie.cookieBehavior = 2
- Disable cookies
- 0 = accept all cookies by default
- 1 = only accept from the originating site (block third party cookies)
- 2 = block all cookies by default
- network.cookie.lifetimePolicy = 2
- cookies are deleted at the end of the session
- 0 = Accept cookies normally
- 1 = Prompt for each cookie
- 2 = Accept for current session only
- 3 = Accept for N days
- network.dnsCacheEntries = 100
- Number of cached DNS entries. Lower number = More requests but less data stored.
- network.dnsCacheExpiration = 60
- Time DNS entries are cached in seconds.
- places.history.enabled = false
- Disables recording of visited websites.
- browser.formfill.enable = false
- Disables saving of formdata.
- browser.cache.disk.enable = false
- Disables caching on hardrive.
- browser.cache.disk_cache_ssl = false
- Disables caching for ssl connections.
- browser.cache.memory.enable = false
- Disables caching in memory.
- browser.cache.offline.enable = false
- Disables offline cache.
- browser.send_pings = false
- The attribute would be useful for letting websites track visitors’ clicks.
- network.dns.disableIPv6 = true
- If your OS or ISP does not support IPv6, there is no reason to have this preference set to false.
- network.dns.disablePrefetch = true
- To disable DNS prefetching you will need to add network.dns.disablePrefetch as a new boolean preference and set the value to true.
- network.prefetch-next = false
- Link prefetching is when a webpage hints to the browser that certain pages are likely to be visited, so the browser downloads them immediately so they can be displayed immediately when the user requests it. This preference controls whether link prefetching is enabled.
- network.websocket.enabled = false
- WebSockets is a technology that makes it possible to open an interactive communication session between the user's browser and a server.
- webgl.disabled = true
- WebGL is a potential security risk. Source
I use all these extensions

HTTPS Everywhere is a Firefox, Chrome, and Opera extension that encrypts your communications with many major websites, making your browsing more secure. A collaboration between The Tor Project and the Electronic Frontier Foundation.
https://www.eff.org/https-everywhere

uBlock is an lightweight and efficient blocker: easy on memory and CPU footprint. The extension has no monetization strategy and development is volunteered. Available for: Firefox, Safari, Opera, Chromium.
https://addons.mozilla.org/en-US/firefox/addon/ublock/
Adblock Edge and uBlock are both great addons, choose between them but AdBlock Plus is not recommended because they show "acceptable ads". The system behind that white list is lacking transparency.

Privacy Badger is a browser add-on that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web. Privacy Badger automatically blocks that advertiser from loading any more content in your browser.
https://addons.mozilla.org/en-US/firefox/addon/privacy-badger-firefox/

Random Agent Spoofer is a privacy enhancing firefox addon which aims to hinder browser fingerprinting. It does this by changing the browser/device profile on a timer.
https://addons.mozilla.org/en-US/firefox/addon/random-agent-spoofer/

Self-Destructing Cookies automatically removes cookies when they are no longer used by open browser tabs. With the cookies, lingering sessions, as well as information used to spy on you, will be expunged.
https://addons.mozilla.org/en-US/firefox/addon/self-destructing-cookies/
The following addons require quite a lot of interaction from user to get things working. Some sites will not work properly until you have configured the addons.
Stop cross-site requests with "Request Policy"

Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics. Request Policy gives you control over the requests that websites make to other websites. This gives you greater and more fine grained control over the information that you leak online.
https://requestpolicycontinued.github.io/
Be in total control with "NoScript Security Suite"

Highly customizable plugin to selectively allow Javascript, Java, and Flash to run only on websites you trust. Not for casual users, it requires technical knowledge to configure.
https://addons.mozilla.org/en-US/firefox/addon/noscript/
so after all that I find out my AV was sending every URL I visited to their servers.
and they have my name address and credit card info defeating the VPN, TOR and all extenstions