Browser
9 terms in this category.
Browser Sandbox
The OS-level isolation that stops a compromised web page from touching the rest of your system.
Container Tab
A browser feature that isolates cookies and storage between tabs so different identities don't mix.
declarativeNetRequest
The Manifest V3 API that lets extensions block or modify network requests using pre-declared rules.
HTTPS-Only Mode
A browser setting that upgrades all requests to HTTPS and warns when only HTTP is available.
In-App Browser
The mini-browser inside apps like Instagram or TikTok that opens links without leaving the app.
Manifest V3
The current Chrome extension platform, which replaces the webRequest blocking API with declarativeNetRequest.
Prefetch / Preload
A browser optimisation that fetches likely-next resources before you actually request them.
Private / Incognito Mode
A browsing session that doesn't save history, cookies or form data locally when you close it.
Storage Partitioning
Keeping cookies, cache and storage separated per top-level site so trackers can't correlate across the web.

Add to Chrome