File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/pwa-kit-create-app/assets
bootstrap/js/overrides/app
templates/@salesforce/retail-react-app/app Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -352,8 +352,8 @@ const {handler} = runtime.createHandler(options, (app) => {
352352 '*.commercecloud.salesforce.com',
353353 '*.demandware.net',
354354 '*.adyen.com', // Payment gateways
355- 'pay.google.com', // Google Pay payment handler icon
356- 'www.gstatic.com' // optional, if icon is on gstatic
355+ 'pay.google.com', // Google Pay payment handler icon
356+ 'www.gstatic.com' // optional, if icon is on gstatic
357357 ],
358358 'script-src': [
359359 // Used by the service worker in /worker/main.js
Original file line number Diff line number Diff line change @@ -352,8 +352,8 @@ const {handler} = runtime.createHandler(options, (app) => {
352352 '*.commercecloud.salesforce.com',
353353 '*.demandware.net',
354354 '*.adyen.com', // Payment gateways
355- 'pay.google.com', // Google Pay payment handler icon
356- 'www.gstatic.com' // optional, if icon is on gstatic
355+ 'pay.google.com', // Google Pay payment handler icon
356+ 'www.gstatic.com' // optional, if icon is on gstatic
357357 ],
358358 'script-src': [
359359 // Used by the service worker in /worker/main.js
You can’t perform that action at this time.
0 commit comments