Skip to content

Commit 9591aa2

Browse files
authored
Merge pull request #2760 from keepassxreboot/fix/add_exception_to_dei_gr
Add exception for dei.gr
2 parents a429b6b + 064ce12 commit 9591aa2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

keepassxc-browser/common/sites.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ kpxcSites.exceptionFound = function(identifier, field) {
103103
} else if (document.location.origin === 'https://app.fastmail.com'
104104
&& identifier?.contains('u-space-y-5') && field?.id === 'v25') {
105105
return true;
106+
} else if (document.location.origin === 'https://login.dei.gr' &&
107+
identifier?.value?.includes('show-reveal-password')) {
108+
return true;
106109
}
107110

108111
return false;

0 commit comments

Comments
 (0)