mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Add OpenAI login page to Predefined Sites
This commit is contained in:
parent
40b56ab86e
commit
b60b762803
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@ const PREDEFINED_SITELIST = [
|
|||
'https://www.fidelity.com/*',
|
||||
'https://twitter.com/i/flow/login',
|
||||
'https://login3.id.hp.com/*',
|
||||
'https://secure.fnac.com/identity/server/gateway/*'
|
||||
'https://secure.fnac.com/identity/server/gateway/*',
|
||||
'https://*.openai.com/u/login/*'
|
||||
];
|
||||
|
||||
const awsUrl = 'signin.aws.amazon.com';
|
||||
|
|
|
|||
Loading…
Reference in a new issue