Skip to content

Commit

Permalink
Merge pull request #382 from bkochendorfer/FXA-8461-production-mozill…
Browse files Browse the repository at this point in the history
…a-account

feat: Enable mozilla accounts logo and banner
  • Loading branch information
dividehex authored Nov 1, 2023
2 parents bdc77d1 + dfa2de8 commit a9c6627
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 a9c6627

Please sign in to comment.