We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4541b commit b6abbbfCopy full SHA for b6abbbf
source/includes/_samples.md
@@ -38,7 +38,7 @@ if (window.ResizeObserver) {
38
API.append(elem, iframeElem);
39
});
40
41
- let setIframeHeight = (e) => {
+ let setIframeHeight = e => {
42
if (e.origin !== 'https://www.yourdomain.com') {
43
// You should ALWAYS verify the origin matches the third party domain
44
// the iframe is loaded from. For more information, see:
0 commit comments