Skip to content

Commit

Permalink
Merge pull request #378 from bkochendorfer/IAM-1161-prep-prod
Browse files Browse the repository at this point in the history
feat: Enable accouts banner notification in prod
  • Loading branch information
dividehex authored Oct 4, 2023
2 parents bfd7790 + 70d2af1 commit 7501656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"autologin": "true",
"iam_api_lookup": "true",
"maintenance_mode": "false",
"mozilla_accounts_banner_pre": "false"
"mozilla_accounts_banner_pre": "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 7501656

Please sign in to comment.