Skip to content

Commit

Permalink
MWPW-127299 use stage proxy dc urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Peller committed Aug 10, 2023
1 parent 51628cc commit ae3b95e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acrobat/blocks/dc-converter-widget/dc-converter-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ export default function init(element) {
|| window.location.hostname === 'stage--dc--adobecom.hlx.live'
|| window.location.hostname === 'main--dc--adobecom.hlx.live'
|| window.location.hostname === 'www.stage.adobe.com') {
WIDGET_ENV = `https://stage.acrobat.adobe.com/dc-hosted/${STG_DC_WIDGET_VERSION}/dc-app-launcher.js`;
DC_DOMAIN = 'https://stage.acrobat.adobe.com';
WIDGET_ENV = `https://www.stage.adobe.com/dc/dc-hosted/${STG_DC_WIDGET_VERSION}/dc-app-launcher.js`;
DC_DOMAIN = 'https://www.stage.adobe.com/dc';
DC_GENERATE_CACHE_VERSION = STG_DC_GENERATE_CACHE_VERSION;
ENV = 'stage';
}
Expand Down

0 comments on commit ae3b95e

Please sign in to comment.