We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497a4c9 commit 9a49666Copy full SHA for 9a49666
packages/template-retail-react-app/app/ssr.js
@@ -363,8 +363,8 @@ const {handler} = runtime.createHandler(options, (app) => {
363
'*.commercecloud.salesforce.com',
364
'*.demandware.net',
365
'*.adyen.com',
366
- 'pay.google.com', // Google Pay payment handler icon
367
- 'www.gstatic.com' // optional, if icon is on gstatic
+ 'pay.google.com', // Google Pay payment handler icon
+ 'www.gstatic.com' // optional, if icon is on gstatic
368
],
369
'script-src': [
370
// Used by the service worker in /worker/main.js
0 commit comments