mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
Fixes errors and high CPU usage / browser lockup on offending webpages. HTMLTableCellElement.cellIndex will be -1 if the cell is not part of any row, which will cause getTextContentFromElement to fail since it will not receive a valid sibling cell.