mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
mailnews: oauth2: use non-private window for oauth web dialog
This commit is contained in:
parent
d80d4ba6ed
commit
5846b6c177
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue