Sha256: 6d2fecc57e8a7c2f13b24012ceb786e4bb817b60341e383eac21536363b36b96
Contents?: true
Size: 386 Bytes
Versions: 12
Compression:
Stored size: 386 Bytes
Contents
<script nonce=<%= content_security_policy_script_nonce %>> const mainWindow = window.parent; var url = window.location.href; // Until PLAT-4836 is resolved, we need to make sure our url has a "?" in it. if (!(url.indexOf("?") > -1)) { url = url + "?dummy_param=1" } mainWindow.postMessage({ messageType: "requestFullWindowLaunch", data: url }, '*'); </script>
Version data entries
12 entries across 12 versions & 1 rubygems