DEV Community

Hacker Gaucho
Hacker Gaucho

Posted on • Edited on

3 1

Increasing the privacy of Firefox and Ubuntu

about:config

Change the following entries through about:config:

name changed
browser.safebrowsing.blockedURIs.enabled false
browser.safebrowsing.downloads.remote.enabled false
browser.safebrowsing.malware.enabled false
browser.safebrowsing.phishing.enabled false
browser.search.geoip.url leave blank
browser.startup.homepage_override.mstone ignore
dom.push.enabled false
dom.webnotifications.enabled false
extensions.blocklist.enabled false
extensions.getAddons.cache.enabled false
network.captive-portal-service.enabled false
network.dns.disablePrefetch true
network.dns.disablePrefetchFromHTTPS true
network.http.speculative-parallel-limit 0
network.prefetch-next false
privacy.trackingprotection.pbmode.enabled false
services.sync.prefs.sync.privacy.trackingprotection.enabled false
services.sync.prefs.sync.privacy.trackingprotection.pbmode.enabled false

hosts

sudo nano /etc/hosts

127.0.0.1       connectivity-check.ubuntu.com
127.0.0.1       content-signature-2.cdn.mozilla.net
127.0.0.1       firefox.settings.services.mozilla.com
Enter fullscreen mode Exit fullscreen mode

Links

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay