mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #1469 from keepassxreboot/add_new_predefined_sites_21-11-21
Add new predefined sites
This commit is contained in:
commit
70280b8315
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