We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aff1743 + 35d6cf1 commit 31a1577Copy full SHA for 31a1577
2 files changed
apps/payments/next/.env
@@ -94,7 +94,7 @@ GLEAN_CONFIG__CHANNEL='development'
94
GLEAN_CONFIG__LOGGER_APP_NAME='fxa-payments-next'
95
96
# CSP Config
97
-CSP__ACCOUNTS_STATIC_CDN=https://accounts-static.cdn.mozilla.net
+CSP__ACCOUNTS_STATIC_CDN=https://cdn.accounts.firefox.com
98
CSP__PAYPAL_API='https://www.sandbox.paypal.com'
99
100
# Sentry Config
apps/payments/next/next.config.js
@@ -77,7 +77,7 @@ const nextConfig = {
77
remotePatterns: [
78
{
79
protocol: 'https',
80
- hostname: 'accounts-static.cdn.mozilla.net',
+ hostname: 'cdn.accounts.firefox.com',
81
port: '',
82
pathname: '/product-icons/**',
83
},
0 commit comments