mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #2760 from keepassxreboot/fix/add_exception_to_dei_gr
Add exception for dei.gr
This commit is contained in:
commit
9591aa27ef
1 changed files with 3 additions and 0 deletions
|
|
@ -103,6 +103,9 @@ kpxcSites.exceptionFound = function(identifier, field) {
|
|||
} else if (document.location.origin === 'https://app.fastmail.com'
|
||||
&& identifier?.contains('u-space-y-5') && field?.id === 'v25') {
|
||||
return true;
|
||||
} else if (document.location.origin === 'https://login.dei.gr' &&
|
||||
identifier?.value?.includes('show-reveal-password')) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue