0Pricing
Cyber Security Academy · Lesson

Browser Security Settings and Extensions

Configure browsers for privacy, use ad blockers, and understand HTTPS Everywhere.

Browser Security Settings and Extensions is a free Cyber Security Academy lesson on CoddyKit — lesson 1 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Cyber Security Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.

Why the Browser is a Critical Attack Surface

The web browser is the most commonly used application and one of the most attacked. Browsers execute code from untrusted sources (websites), handle sensitive data, and have direct access to user credentials and sessions.

Keeping Browsers Updated

Browser vendors release security patches frequently. An outdated browser may be vulnerable to known exploits including drive-by downloads and sandbox escapes. Enable automatic updates — never delay browser updates.

HTTPS-Only Mode

Modern browsers support HTTPS-Only mode (or HTTPS Upgrades). When enabled, the browser refuses to connect to HTTP sites and prompts before loading them. This prevents accidental transmission of sensitive data over plaintext connections.

Certificate Warnings

Never ignore browser certificate warnings. An invalid or mismatched certificate can indicate:

  • Expired or revoked certificate
  • Self-signed certificate (possible MitM)
  • Domain mismatch (visiting wrong/phishing site)

Bypass only when testing known-safe internal systems.

Privacy and Security Settings

Key browser settings to configure:

  • Enable phishing and malware protection
  • Block third-party cookies
  • Enable Safe Browsing (Chrome) / Enhanced Tracking Protection (Firefox)
  • Disable saving passwords in browser (use a dedicated manager)
  • Disable unnecessary permissions for websites (camera, mic, location)

Security-Focused Extensions

Recommended browser extensions:

  • uBlock Origin — blocks ads and malicious domains
  • Privacy Badger — blocks invisible trackers
  • HTTPS Everywhere (now built into most browsers)
  • Bitwarden — password manager

Fewer extensions = smaller attack surface. Only install trusted, well-reviewed extensions.

Extension Security Risks

Browser extensions have broad access to web pages and can:

  • Read all traffic and form submissions
  • Steal passwords as you type them
  • Inject malicious code into pages

Malicious extensions often appear legitimate. Review permissions carefully; revoke unused extensions.

Browser Sandboxing

Modern browsers sandbox each tab and extension in separate processes, limiting the damage from compromised web content. A bug in a renderer process shouldn't break the entire browser or escape to the OS — though sandbox escapes do occur in advanced exploits.

Site Isolation

Site isolation (Chrome, Firefox) runs each origin in a separate process. This prevents malicious JavaScript on one site from accessing the memory of another site's process — mitigating Spectre-class CPU vulnerabilities and cross-site data theft.

JavaScript and Plugin Risks

JavaScript enables most modern web functionality but also most web attacks (XSS, drive-by downloads). Plugins like Flash (deprecated) were major attack vectors. NoScript-style tools block JavaScript by default — extreme but powerful for high-security environments.

Browser Profiles for Isolation

Using separate browser profiles or browsers for different activities adds isolation:

  • Work profile: corporate sites, banking
  • Personal profile: social media
  • Research profile: visiting unknown/suspicious sites

A compromise in one profile doesn't affect others.

Quick Check: Browser Security

Which browser extension is widely recommended for blocking malicious domains and ads without requiring configuration?

Lesson Recap

Browsers are a primary attack surface. Keep them updated, enable HTTPS-only mode, and configure privacy settings. Use trusted extensions like uBlock Origin. Be aware that extensions have broad page access. Browser sandboxing and site isolation limit the damage from web-based exploits.

Frequently asked questions

Is the “Browser Security Settings and Extensions” lesson free?

Yes — the full text of “Browser Security Settings and Extensions” is free to read here on the web, and the Cyber Security Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Cyber Security Academy course, upgrade to CoddyKit PRO.

What will I learn in “Browser Security Settings and Extensions”?

Configure browsers for privacy, use ad blockers, and understand HTTPS Everywhere. You practise Cyber Security Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start Cyber Security Academy?

No prior experience is required. Cyber Security Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 1 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “Browser Security Settings and Extensions” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this Cyber Security Academy lesson?

Yes. Every Cyber Security Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. Browser Security Settings and Extensions
  2. Tracking, Cookies, and Fingerprinting
  3. VPNs: What They Protect and What They Don't
  4. Operational Security (OPSEC) Basics
← Back to Cyber Security Academy