mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2026-08-04 01:57:40 +02:00
Enforces "mailnews.oauth.useExternalBrowser" and "mailnews.oauth.useSchemeRedirect"
This commit is contained in:
@@ -941,6 +941,10 @@ user_pref("browser.pagethumbnails.capturing_disabled", true); // [HIDDEN PREF]
|
|||||||
* many users could suffer from this we keep this it disabled, feel free to switch it on if yours
|
* many users could suffer from this we keep this it disabled, feel free to switch it on if yours
|
||||||
* supports it. */
|
* supports it. */
|
||||||
// user_pref("mailnews.oauth.usePrivateBrowser", true);
|
// user_pref("mailnews.oauth.usePrivateBrowser", true);
|
||||||
|
/* 5902: Prefer system browser for OAuth instead of Thunderbird ***/
|
||||||
|
user_pref("mailnews.oauth.useExternalBrowser", true); // [DEFAULT: true]
|
||||||
|
/* 5903: Prefer "net.thunderbird:" URL scheme instead of "localhost" address for OAuth redirection ***/
|
||||||
|
user_pref("mailnews.oauth.useSchemeRedirect", true); // [DEFAULT: true]
|
||||||
|
|
||||||
/*** [SECTION 5500]: OPTIONAL HARDENING
|
/*** [SECTION 5500]: OPTIONAL HARDENING
|
||||||
Thunderbird-User.JS maintainer here :
|
Thunderbird-User.JS maintainer here :
|
||||||
|
|||||||
Reference in New Issue
Block a user