diff --git a/config/production.json b/config/production.json index 28dbb22..cd0c607 100644 --- a/config/production.json +++ b/config/production.json @@ -11,8 +11,8 @@ "autologin": "true", "iam_api_lookup": "true", "maintenance_mode": "false", - "mozilla_accounts_banner_pre": "true", - "mozilla_accounts_banner_post": "false" + "mozilla_accounts_banner_pre": "false", + "mozilla_accounts_banner_post": "true" }, "supportedLoginMethods": [ "github", "google-oauth2", "firefoxaccounts", "email" ], "csp": "default-src 'none'; connect-src 'self' https://iam.api.sso.mozilla.com; script-src 'self' https://cdn.sso.mozilla.com https://www.googletagmanager.com https://www.google-analytics.com; style-src 'self' https://cdn.sso.mozilla.com; font-src 'self' https://cdn.sso.mozilla.com; img-src 'self' https://cdn.sso.mozilla.com https://www.google-analytics.com",