Skip to content

Commit

Permalink
feat: Enable mozilla accounts logo and banner
Browse files Browse the repository at this point in the history
  • Loading branch information
bkochendorfer committed Oct 30, 2023
1 parent b88dfe0 commit dfa2de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dfa2de8

Please sign in to comment.