WordPress/wp-includes/js/wp-embed.min.js
desrosj 99dfd1ca08 Build/Test Tools: Update npm devDependencies 6.6.
This updates the npm `devDependencies` for Core to their latest versions, with one exception. The latest version of `sinon` causes some test failures and requires more investigation.

Fixes #61498.
Built from https://develop.svn.wordpress.org/trunk@58563


git-svn-id: http://core.svn.wordpress.org/trunk@58011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-06-25 13:05:27 +00:00

2 lines
1.2 KiB
JavaScript

/*! This file is auto-generated */
!function(d,l){l.querySelector&&d.addEventListener&&"undefined"!=typeof URL&&(d.wp=d.wp||{},d.wp.receiveEmbedMessage||(d.wp.receiveEmbedMessage=function(e){var t=e.data;if((t||t.secret||t.message||t.value)&&!/[^a-zA-Z0-9]/.test(t.secret)){for(var r,s,n,a=l.querySelectorAll('iframe[data-secret="'+t.secret+'"]'),o=l.querySelectorAll('blockquote[data-secret="'+t.secret+'"]'),c=new RegExp("^https?:$","i"),i=0;i<o.length;i++)o[i].style.display="none";for(i=0;i<a.length;i++)r=a[i],e.source===r.contentWindow&&(r.removeAttribute("style"),"height"===t.message?(1e3<(s=parseInt(t.value,10))?s=1e3:~~s<200&&(s=200),r.height=s):"link"===t.message&&(s=new URL(r.getAttribute("src")),n=new URL(t.value),c.test(n.protocol))&&n.host===s.host&&l.activeElement===r&&(d.top.location.href=t.value))}},d.addEventListener("message",d.wp.receiveEmbedMessage,!1),l.addEventListener("DOMContentLoaded",function(){for(var e,t,r=l.querySelectorAll("iframe.wp-embedded-content"),s=0;s<r.length;s++)(t=(e=r[s]).getAttribute("data-secret"))||(t=Math.random().toString(36).substring(2,12),e.src+="#?secret="+t,e.setAttribute("data-secret",t)),e.contentWindow.postMessage({message:"ready",secret:t},"*")},!1)))}(window,document);