marketlayer / edumaps

0 stars 0 forks source link

PostMessage Origin Check Commented Out #12

Open Muhan95 opened 8 years ago

Muhan95 commented 8 years ago

if (e.origin === window.location.protocol + "//" + window.location.host) return;

Commented out as main app is required to send out messages too and not just read them. Need to figure out a way of ignoring messages to itself but still allow it to post outwards.