Merge pull request #2418 from keepassxreboot/fix/remove_span_from_ignored_nodes

Remove span element from ignored nodes
This commit is contained in:
Sami Vänttinen 2024-12-21 15:03:23 +02:00 committed by GitHub
commit 0c1aa0e387
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,6 @@ kpxcObserverHelper.ignoredNodeNames = [
'HTML',
'LINK',
'SCRIPT',
'SPAN',
'VIDEO',
];