added origin in postMessage() call

This commit is contained in:
Will Bamberg
2016-01-05 16:15:15 -08:00
parent 68540baae9
commit bcc14c1b7a

View File

@@ -14,5 +14,5 @@ function messagePageScript() {
window.postMessage({
direction: "from-content-script",
message: "Message from the content script"
}, "*");
}, "https://mdn.github.io");
}