diff --git a/SignItCoreContent.js b/SignItCoreContent.js index a7bdcd8..9f29210 100644 --- a/SignItCoreContent.js +++ b/SignItCoreContent.js @@ -122,6 +122,7 @@ var SignItCoreContent = function (banana) { mobileformat: 1, noimages: 1, formatversion: "2", + origin: "*" }); } catch (error) { result = { error: { code: error } };