Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
fix(IST): use ist domain from wallet-options (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon authored and Sjors committed Jan 31, 2017
1 parent 62eb11c commit ceaadc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/directives/isignthis.directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function isignthis ($sce, Options) {
eventer(messageEvent, function (e) {
// Check for the domain who sent the messageEvent
var origin = e.origin || e.originalEvent.origin;
if (origin !== 'https://stage-verify.isignthis.com') {
if (origin !== iSignThisDomain) {
// Event not generated from ISX, simply return
return;
}
Expand Down

0 comments on commit ceaadc4

Please sign in to comment.