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

Version Path
panda_pal-5.0.0.beta.3 app/views/panda_pal/lti/iframe_cookie_fix.html.erb
panda_pal-5.0.0.beta.2 app/views/panda_pal/lti/iframe_cookie_fix.html.erb
panda_pal-5.0.0.beta.1 app/views/panda_pal/lti/iframe_cookie_fix.html.erb
panda_pal-4.1.0.beta3 app/views/panda_pal/lti/iframe_cookie_fix.html.erb
panda_pal-4.1.0.beta2 app/views/panda_pal/lti/iframe_cookie_fix.html.erb
panda_pal-4.0.11 app/views/panda_pal/lti/iframe_cookie_fix.html.erb
panda_pal-4.0.10 app/views/panda_pal/lti/iframe_cookie_fix.html.erb
panda_pal-4.0.8 app/views/panda_pal/lti/iframe_cookie_fix.html.erb
panda_pal-4.0.7 app/views/panda_pal/lti/iframe_cookie_fix.html.erb
panda_pal-4.0.6 app/views/panda_pal/lti/iframe_cookie_fix.html.erb
panda_pal-4.0.4 app/views/panda_pal/lti/iframe_cookie_fix.html.erb
panda_pal-4.0.3 app/views/panda_pal/lti/iframe_cookie_fix.html.erb