Skip to content
Home
Browser Privacy Settings: How to Protect Your Privacy

Browser Privacy Settings: How to Protect Your Privacy

9 min read

Your browser knows more about you than you think. It tracks where you go, what you type, what you buy, and even how you move your mouse. Here is how to lock it down across all major browsers.

Why Browser Privacy Matters

Every website you visit can collect information about you: your IP address, your operating system, your screen resolution, your browser extensions, your approximate location, and your browsing habits. This data is used for advertising, analytics, and sometimes sold to data brokers without your knowledge.

By configuring your browser privacy settings properly, you can:

  • Block companies from tracking you across sites
  • Prevent advertisers from building a profile of your behavior
  • Reduce your exposure to malware and phishing
  • Limit the amount of personal data websites can collect

Quick Privacy Checklist

  • Disable third-party cookies
  • Enable “Do Not Track” or “Global Privacy Control”
  • Block fingerprinting
  • Use private browsing for sensitive tasks
  • Clear cookies and cache regularly
  • Disable password saving (use a password manager instead)
  • Review extension permissions

Chrome

Settings → Privacy and security

Cookies

Settings → Privacy and security → Third-party cookies
→ Block third-party cookies

Chrome is phasing out third-party cookies entirely by 2025, but until then, you should block them manually. Third-party cookies are the primary mechanism advertisers use to track you across different websites.

Safe Browsing

Privacy and security → Security → Safe Browsing → Enhanced protection

This sends more data to Google but provides real-time protection against phishing and malware. The trade-off is worth it for most users — Google’s threat database is the largest in the industry.

Do Not Track

Privacy and security → Third-party cookies → 
Send a "Do Not Track" request with your browsing traffic

Note that Do Not Track is a voluntary signal — many websites ignore it. The newer Global Privacy Control (GPC) standard has stronger legal backing in some jurisdictions.

Clear on Exit

Chrome doesn’t have a built-in auto-clear. Use the “Clear browsing data” shortcut (Ctrl+Shift+Del) and set time range to “All time.” For automatic clearing, you can use a third-party extension.

Flags (Advanced)

chrome://flags → search "privacy" or "tracking"

Be cautious with flags — they are experimental features that may affect browser stability.

Extensions for Privacy

  • uBlock Origin — ad and tracker blocker (lightweight, effective)
  • Privacy Badger — learns to block trackers as you browse
  • HTTPS Everywhere — forces HTTPS connections where available

Firefox

Firefox is the best browser for privacy out of the box. Mozilla has made privacy a core product value rather than an afterthought.

Settings → Privacy & Security

Enhanced Tracking Protection

Privacy & Security → Enhanced Tracking Protection → Strict
LevelBlocks
Standard (default)Trackers in private windows
StrictAll trackers, fingerprinting
CustomChoose what to block

Setting this to Strict blocks the vast majority of tracking scripts without breaking most websites. If you encounter a site that does not work correctly, you can temporarily disable it.

DNS over HTTPS

Settings → Network Settings → Enable DNS over HTTPS
Provider: Cloudflare or NextDNS

DNS over HTTPS encrypts your DNS queries, preventing your ISP from seeing which domains you visit. Without it, your ISP can log every website you visit even if the connection itself is encrypted.

Delete Cookies on Close

Privacy & Security → Cookies and Site Data → 
Delete cookies and site data when Firefox is closed

This is the privacy equivalent of using incognito mode all the time. Sites will not remember you between sessions, which means you will need to log in each time — but that is a small price for privacy.

Additional Protections

Turn on:
□ Block fingerprinting
□ Block cryptominers
□ Block tracking content in all windows

Fingerprinting is particularly insidious — it uses unique combinations of browser settings, installed fonts, screen resolution, and other characteristics to create a “fingerprint” that identifies you even without cookies.

Safari (macOS)

Safari → Settings → Privacy

Intelligent Tracking Prevention

Enabled by default. Safari uses machine learning to identify and block trackers based on their behavior rather than a static blocklist.

Privacy Report

Safari → Privacy Report (click shield icon in address bar)

Shows which trackers have been blocked on the current site. This is a great way to see just how many trackers are embedded in the pages you visit daily.

Additional Settings

Safari → Settings → Privacy:
☑ Prevent cross-site tracking
☑ Hide IP address from trackers
☑ Block all cookies (may break some sites)

Hiding your IP address from trackers is a relatively new feature that makes Safari one of the strongest options for privacy-conscious users.

Private Browsing

Cmd+Shift+N opens a private window that:

  • Doesn’t save history
  • Doesn’t save form data
  • Blocks known trackers

Edge

Settings → Privacy, search, and services

Tracking Prevention

Privacy → Tracking prevention → Strict
LevelBlocks
BasicBlocks known malicious trackers
Balanced (default)Blocks trackers from sites not visited
StrictBlocks most trackers (may break some sites)

Strict mode is comparable to Firefox’s Enhanced Tracking Protection. If you find a site that does not load properly, you can add it to the exceptions list.

Daily Privacy Check

Edge has a built-in privacy checker that guides you through settings:

Settings → Privacy, search, and services → Privacy checkup

Run this once a month to ensure your settings haven’t changed after browser updates.

Private Browsing Comparison

FeatureChrome IncognitoFirefox PrivateSafari PrivateEdge InPrivate
History savedNoNoNoNo
Cookies keptNoNoNoNo
ISP can still see youYesYesYesYes
Employer can still see youYesYesYesYes
Prevents tracking from sitesPartialFull (Strict)FullStrict

Private browsing ≠ anonymity. It only prevents local storage. Your ISP, employer, and the websites themselves can still track you. For true anonymity, use a VPN or Tor Browser in addition to these privacy settings.

Global Privacy Control

Send a legally enforceable privacy request to every website you visit:

Safari:  Privacy → Prevent cross-site tracking ✅
Firefox: Privacy → Global Privacy Control ✅
Chrome:  Install GPC extension
Edge:    Install GPC extension

GPC is recognized under CCPA (California) and similar laws in other jurisdictions. Websites that ignore it can face legal penalties.

Advanced: User.js for Firefox

For maximum privacy, use a custom user.js configuration:

# Download arkenfox user.js
curl -LO https://raw.githubusercontent.com/arkenfox/user.js/master/user.js
mv user.js ~/.mozilla/firefox/<your-profile>/

This enables every privacy setting Firefox offers and disables telemetry, Pocket, and other Mozilla services. It is designed for advanced users who are comfortable with the possibility of websites not working correctly.

Summary of Best Practices

  1. Use Firefox or Safari for the best privacy defaults
  2. Block third-party cookies in every browser
  3. Enable DNS over HTTPS to hide your browsing from your ISP
  4. Install uBlock Origin and Privacy Badger as supplemental protection
  5. Review your extension permissions quarterly — remove anything you do not use

Related: Learn about VPNs and password managers.

Best Practices and Pro Tips

Over years of experience, practitioners have developed approaches that consistently produce better results. The first is to establish a routine. Consistency matters more than intensity in almost every domain. A modest effort applied regularly outperforms sporadic bursts of intense activity. Set aside dedicated time for your work and protect it from interruptions.

The second best practice is to document everything. Write down what you did, why you did it, what happened, and what you would do differently next time. This documentation becomes invaluable when you encounter similar situations in the future. It also helps you identify patterns in your own work that you might otherwise miss.

The third is to seek feedback early and often. Show your work to others before it is perfect. Early feedback saves enormous rework by catching fundamental issues before you have invested significant effort. It also exposes you to different perspectives and approaches that expand your understanding of the topic.

Building on Your Knowledge

As you become more comfortable with the basics, look for opportunities to deepen your understanding. Teach others what you have learned — teaching forces you to organize your knowledge and identify gaps in your own understanding. Take on projects that stretch your abilities slightly beyond your comfort zone. Challenge yourself to solve problems without immediately looking up the answer.

Connect your new knowledge to related fields. Understanding how different domains relate to each other builds a more complete mental model and reveals insights that isolated study cannot provide. Cross-disciplinary knowledge is increasingly valuable as technology and practices become more interconnected.

FAQ

What equipment do I need to get started with this topic? Start with the basics and upgrade as needed. For most people, the standard tools and resources available at little to no cost provide everything needed to begin learning. As your skills and requirements grow, you can invest in more specialized equipment that matches your specific interests. The key is to avoid buying expensive gear before you know what you actually need.

How much time does it take to see meaningful results? Results vary by individual, but most people see meaningful progress within 2-4 weeks of consistent practice. The key is regular engagement rather than marathon sessions. Even 15-30 minutes daily produces better results than several hours once a week. Set realistic expectations and celebrate small improvements along the way rather than comparing yourself to experts.

What is the single biggest mistake beginners make? The most common mistake is trying to do everything at once. Focus on one technique or skill at a time, master it, and then move on. Beginners also tend to compare themselves to experts rather than focusing on their own progress. Everyone starts somewhere, and the people producing polished work have years of practice behind them. Patience and consistency matter more than natural talent.

Where can I find help if I get stuck on a specific problem? Online communities, forums, and local groups are excellent resources. Search for forums related to your specific topic, join relevant subreddits or Discord servers, and check YouTube for visual tutorials. When asking for help, be specific about what you have tried and what is not working. Most communities are welcoming and eager to help newcomers who show initiative and have done basic research first.

How do I stay motivated over the long term? Set specific, achievable goals and track your progress. Join a community of people with similar interests. Share your work and celebrate milestones. Remember that plateaus are normal — progress is rarely linear. When you feel stuck, try a different aspect of the topic or take a short break. The most successful practitioners are those who maintain consistent effort over years, not those who burn out quickly.

When should I upgrade my tools or equipment? Upgrade only when your current tools limit your progress. Many people fall into the trap of buying expensive equipment before developing the skills to use it effectively. A skilled practitioner with basic tools produces better results than a beginner with professional-grade equipment. Invest in learning before investing in gear. When you consistently find yourself limited by your tools rather than your skills, that is the right time to upgrade.

How do I know if I am making progress? Track specific metrics relevant to your goals. Keep a journal of what you learn and practice. Review your work from one month ago and compare it to your current work. Ask for feedback from more experienced practitioners. Progress is often invisible day to day but becomes obvious when you look back over weeks and months. If you feel stuck, ask a mentor or community member to evaluate your current level and provide guidance on next steps.

#security#privacy#browser