Created: 2022-09-19
Tags: #fleeting
<iframe>s are for embedding other web pages,
Like disqus, yt video, or google maps
<iframe>sandbox Boolean Attributes requests heightened security settingssandbox Boolean Attributessandbox="" attribute value) — see the sandbox reference entry for all the available options.allow-scripts and allow-same-origin to your sandbox attribute — in that case, the embedded content could bypass the Same-origin policy that stops sites from executing scripts, and use JavaScript to turn off sandboxing altogether.https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Other_embedding_technologies#the_embed_and_object_elements
Note: In order to improve speed, it's a good idea to set the iframe's src attribute with JavaScript after the main content is done with loading. This makes your page usable sooner and decreases your official page load time (an important SEO metric.)
Get your website https certified in https://letsencrypt.org/
How to prevent clickjacking