diff --git a/keepassxc-browser/common/sites.js b/keepassxc-browser/common/sites.js index 72f5fe8..76213dc 100644 --- a/keepassxc-browser/common/sites.js +++ b/keepassxc-browser/common/sites.js @@ -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';