mirror of
https://github.com/bitwarden/browser
synced 2026-02-13 23:13:36 +00:00
- 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