Skip to content

Commit

Permalink
Merge pull request #320 from adobecom/proxy-dc
Browse files Browse the repository at this point in the history
MWPW-127299 don't proxy the widget just yet
  • Loading branch information
Blainegunn authored Aug 14, 2023
2 parents 573370f + b337dcc commit 26aa022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acrobat/blocks/dc-converter-widget/dc-converter-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ 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://www.stage.adobe.com/dc/dc-hosted/${STG_DC_WIDGET_VERSION}/dc-app-launcher.js`;
WIDGET_ENV = `https://stage.acrobat.adobe.com/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 26aa022

Please sign in to comment.