From 5846b6c17726aebd30761058ca143391ccae4b9c Mon Sep 17 00:00:00 2001 From: roytam1 Date: Sun, 6 Oct 2024 07:36:52 +0800 Subject: [PATCH] mailnews: oauth2: use non-private window for oauth web dialog --- mailnews/base/util/OAuth2.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/base/util/OAuth2.jsm b/mailnews/base/util/OAuth2.jsm index 8c9282d025..45a3567d52 100644 --- a/mailnews/base/util/OAuth2.jsm +++ b/mailnews/base/util/OAuth2.jsm @@ -49,7 +49,7 @@ OAuth2.prototype = { consumerSecret: null, completionURI: "http://localhost", requestWindowURI: "chrome://messenger/content/browserRequest.xul", - requestWindowFeatures: "chrome,private,centerscreen,width=980,height=600", + requestWindowFeatures: "chrome,non-private,centerscreen,width=980,height=600", requestWindowTitle: "", scope: null,