We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02092e6 commit 3094bf1Copy full SHA for 3094bf1
packages/template-retail-react-app/app/ssr.js
@@ -350,13 +350,7 @@ const {handler} = runtime.createHandler(options, (app) => {
350
// Allow Google Pay Specific frames
351
'https://pay.google.com'
352
],
353
- 'frame-ancestors': [
354
- 'self',
355
- 'https://payments-agent-production.mrt-storefront-staging.com',
356
- '*.mrt-storefront-staging.com',
357
- // Allow Salesforce site.com domains (for Commerce Agent/MIAW)
358
- '*.site.com'
359
- ]
+ 'frame-ancestors': ['self']
360
}
361
362
})
0 commit comments