Skip to content

Commit 7a83919

Browse files
authored
Update scripts.js (#60)
1 parent 451218b commit 7a83919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dc-shared/scripts/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ const CONFIG = {
273273
contentRoot: '/dc-shared',
274274
imsClientId: 'acrobatmiloguest',
275275
allowedOrigins: ['acrobat.adobe.com', 'stage.acrobat.adobe.com'],
276-
fedContentPrefix: '/dc-shared',
276+
...(['stage.acrobat.adobe.com', 'acrobat.adobe.com'].includes(window.location.hostname) && { fedContentPrefix: '/dc-shared' }),
277277
commerce: { checkoutClientId: 'doc_cloud' },
278278
local: {
279279
edgeConfigId: 'e065836d-be57-47ef-b8d1-999e1657e8fd',

0 commit comments

Comments
 (0)