1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-14 07:23:45 +00:00
Files
browser/apps/browser
Alex bad4db04f0 prevent blocking on non-web URLs and enable parallel tab checks
- Add early return for non-http(s) protocols (chrome://, about:, file://, etc.)
  to prevent expensive loadAllUrls() fallback on new tab pages
- Replace concatMap with mergeMap(fn, 5) for parallel tab processing
  so one slow check doesn't block others
- Add unit tests for protocol filtering
2026-01-23 19:02:08 -05:00
..
2022-05-10 10:20:32 -04:00
2025-12-29 14:59:06 +00:00

Github Workflow build browser on main Crowdin Join the chat at https://gitter.im/bitwarden/Lobby

Bitwarden Browser Extension

The Bitwarden browser extension is written using the Web Extension API and Angular.

My Vault

Documentation

Please refer to the Browser section of the Contributing Documentation for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.