Skip to content

Commit

Permalink
Chrome fix: No 'Access-Control-Allow-Origin' header
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolpz committed Dec 7, 2023
1 parent 2cb068b commit e9fe709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SignItCoreContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ var SignItCoreContent = function (banana) {
mobileformat: 1,
noimages: 1,
formatversion: "2",
origin: "*"
});
} catch (error) {
result = { error: { code: error } };
Expand Down

0 comments on commit e9fe709

Please sign in to comment.