Skip to content

Commit 31a1577

Browse files
Merge pull request #18914 from mozilla/SVCSE-2374
SVCSE-2374 Removing references to deprecated CDN
2 parents aff1743 + 35d6cf1 commit 31a1577

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/payments/next/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ GLEAN_CONFIG__CHANNEL='development'
9494
GLEAN_CONFIG__LOGGER_APP_NAME='fxa-payments-next'
9595

9696
# CSP Config
97-
CSP__ACCOUNTS_STATIC_CDN=https://accounts-static.cdn.mozilla.net
97+
CSP__ACCOUNTS_STATIC_CDN=https://cdn.accounts.firefox.com
9898
CSP__PAYPAL_API='https://www.sandbox.paypal.com'
9999

100100
# Sentry Config

apps/payments/next/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const nextConfig = {
7777
remotePatterns: [
7878
{
7979
protocol: 'https',
80-
hostname: 'accounts-static.cdn.mozilla.net',
80+
hostname: 'cdn.accounts.firefox.com',
8181
port: '',
8282
pathname: '/product-icons/**',
8383
},

0 commit comments

Comments
 (0)