Allow label on observer (#2391)

Allow label on observer and Reddit to improved input fields exception list
This commit is contained in:
Sami Vänttinen 2024-11-26 15:02:54 +02:00 committed by GitHub
parent 71cde7bc9f
commit 6258623d7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -35,6 +35,7 @@ const PREDEFINED_SITELIST = [
];
const IMPROVED_DETECTION_PREDEFINED_SITELIST = [
'https://www.reddit.com/',
'https://secure.chase.com/*',
'https://www.icloud.com/'
];

View file

@ -18,7 +18,6 @@ kpxcObserverHelper.ignoredNodeNames = [
'A',
'HEAD',
'HTML',
'LABEL',
'LINK',
'SCRIPT',
'SPAN',