mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Add new predefined sites
This commit is contained in:
parent
aa0887e2a3
commit
43da75de1f
1 changed files with 3 additions and 1 deletions
|
|
@ -56,7 +56,9 @@ const PREDEFINED_SITELIST = [
|
|||
'https://login.yahoo.com/*',
|
||||
'https://id.atlassian.com/*',
|
||||
'https://www.fidelity.com/*',
|
||||
'https://twitter.com/i/flow/login'
|
||||
'https://twitter.com/i/flow/login',
|
||||
'https://login3.id.hp.com/*',
|
||||
'https://secure.fnac.com/identity/server/gateway/*'
|
||||
];
|
||||
|
||||
const kpxcSites = {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue