mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #2398 from keepassxreboot/fix/add_predefined_sites
Add some predefined sites
This commit is contained in:
commit
c697bcae6b
1 changed files with 3 additions and 1 deletions
|
|
@ -35,8 +35,10 @@ const PREDEFINED_SITELIST = [
|
|||
];
|
||||
|
||||
const IMPROVED_DETECTION_PREDEFINED_SITELIST = [
|
||||
'https://www.reddit.com/',
|
||||
'https://auth.max.com/',
|
||||
'https://login.qt.io/login',
|
||||
'https://secure.chase.com/*',
|
||||
'https://www.reddit.com/',
|
||||
'https://www.icloud.com/'
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue