mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Allow label on observer (#2391)
Allow label on observer and Reddit to improved input fields exception list
This commit is contained in:
parent
71cde7bc9f
commit
6258623d7b
2 changed files with 1 additions and 1 deletions
|
|
@ -35,6 +35,7 @@ const PREDEFINED_SITELIST = [
|
|||
];
|
||||
|
||||
const IMPROVED_DETECTION_PREDEFINED_SITELIST = [
|
||||
'https://www.reddit.com/',
|
||||
'https://secure.chase.com/*',
|
||||
'https://www.icloud.com/'
|
||||
];
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ kpxcObserverHelper.ignoredNodeNames = [
|
|||
'A',
|
||||
'HEAD',
|
||||
'HTML',
|
||||
'LABEL',
|
||||
'LINK',
|
||||
'SCRIPT',
|
||||
'SPAN',
|
||||
|
|
|
|||
Loading…
Reference in a new issue