IFrame credentialless

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

IFrame credentialless provides a mechanism for developers to load third-party resources in

Or:

html

js
const iframeElem = document.querySelector("iframe");

iframeElem.credentialless = true;
iframeElem.title = "Spectre vulnerability Wikipedia page";
iframeElem.src =
  "https://en.wikipedia.org/wiki/Spectre_(security_vulnerability)";

Note: The window.credentialless property can be queried by a document embedded in an \n\n

Or:\n

html
\n\n
js
const iframeElem = document.querySelector(\"iframe\");\n\niframeElem.credentialless = true;\niframeElem.title = \"Spectre vulnerability Wikipedia page\";\niframeElem.src =\n  \"https://en.wikipedia.org/wiki/Spectre_(security_vulnerability)\";\n\n
\n

Note:\nThe window.credentialless property can be queried by a document embedded in an