Skip to content

Commit

Permalink
don't proxy the widget just yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Peller committed Aug 14, 2023
1 parent 573370f commit b337dcc
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 b337dcc

Please sign in to comment.