I got this message from Snyk code.
'Setting targetOrigin to "*" in postMessage may enable malicious parties to intercept the message. Consider using an exact target origin instead.'
problem code:
line 1,740
win.postMessage(messageName, "*");
version 1.4.13
What should I do to solve this problem?