diff --git a/widget/index.html b/widget/index.html index 93b66c0..826d076 100755 --- a/widget/index.html +++ b/widget/index.html @@ -18,7 +18,7 @@

Success!

function dataLoadedHandler(result, fromUpdate) { if (result && result.data && (result.id || fromUpdate)) { var content = result.data.content; - var isHosted = content.url.includes('drive.google.com') || content.url.includes('dropbox.com'); + var isHosted = content.url.includes('drive.google.com') || content.url.includes('dropbox.com') || content.url.includes('documentcloud.adobe'); if (content && content.url) { buildfire.getContext(function (err, context) { if (context.device.platform == "web") {