diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-05-08 19:33:09 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-05-08 19:33:09 -0400 |
commit | 79834c9de4ae092d7513a5de43325d0a4fafdd48 (patch) | |
tree | 5247c0940be2ed2f94e2daf8a43c1d393573e379 /app | |
parent | e502c09aa67bd005b7e6b6fa6e7e26e0681f6cf9 (diff) | |
download | iceweasel-uxp-79834c9de4ae092d7513a5de43325d0a4fafdd48.tar.gz |
backport UXP - Remove FxAccounts front-end module references
Diffstat (limited to 'app')
-rw-r--r-- | app/profile/iceweasel-uxp.js | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/app/profile/iceweasel-uxp.js b/app/profile/iceweasel-uxp.js index 3838887..f724f9e 100644 --- a/app/profile/iceweasel-uxp.js +++ b/app/profile/iceweasel-uxp.js @@ -1125,53 +1125,11 @@ pref("browser.uiCustomization.debug", false); // CustomizableUI state of the browser's user interface pref("browser.uiCustomization.state", ""); -// The remote content URL shown for FxA signup. Must use HTTPS. -pref("identity.fxaccounts.remote.signup.uri", ""); - -// The URL where remote content that forces re-authentication for Firefox Accounts -// should be fetched. Must use HTTPS. -pref("identity.fxaccounts.remote.force_auth.uri", ""); - -// The remote content URL shown for signin in. Must use HTTPS. -pref("identity.fxaccounts.remote.signin.uri", ""); - -// The remote content URL where FxAccountsWebChannel messages originate. -pref("identity.fxaccounts.remote.webchannel.uri", ""); - -// The value of the context query parameter passed in some fxa requests when config -// discovery is enabled. -pref("identity.fxaccounts.contextParam", "fx_desktop_v3"); - -// The URL we take the user to when they opt to "manage" their Firefox Account. -// Note that this will always need to be in the same TLD as the -// "identity.fxaccounts.remote.signup.uri" pref. -pref("identity.fxaccounts.settings.uri", ""); - -// The remote URL of the FxA Profile Server -pref("identity.fxaccounts.remote.profile.uri", ""); - -// The remote URL of the FxA OAuth Server -pref("identity.fxaccounts.remote.oauth.uri", ""); - -// Whether we display profile images in the UI or not. -pref("identity.fxaccounts.profile_image.enabled", true); - -// Token server used by the FxA Sync identity. -pref("identity.sync.tokenserver.uri", ""); - // URLs for promo links to mobile browsers. Note that consumers are expected to // append a value for utm_campaign. pref("identity.mobilepromo.android", ""); pref("identity.mobilepromo.ios", ""); -// Migrate any existing Firefox Account data from the default profile to the -// Developer Edition profile. -#ifdef MOZ_DEV_EDITION -pref("identity.fxaccounts.migrateToDevEdition", true); -#else -pref("identity.fxaccounts.migrateToDevEdition", false); -#endif - // On GTK, we now default to showing the menubar only when alt is pressed: #ifdef MOZ_WIDGET_GTK pref("ui.key.menuAccessKeyFocuses", true); |