Skip to content

Commit 3094bf1

Browse files
committed
fix ssr.js
1 parent 02092e6 commit 3094bf1

File tree

1 file changed

+1
-7
lines changed
  • packages/template-retail-react-app/app

1 file changed

+1
-7
lines changed

packages/template-retail-react-app/app/ssr.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -350,13 +350,7 @@ const {handler} = runtime.createHandler(options, (app) => {
350350
// Allow Google Pay Specific frames
351351
'https://pay.google.com'
352352
],
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-
]
353+
'frame-ancestors': ['self']
360354
}
361355
}
362356
})

0 commit comments

Comments
 (0)