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