Baseline Widely available
sandbox
㯠HTMLIFrameElement
ã¤ã³ã¿ã¼ãã§ã¤ã¹ã®èªã¿åãå°ç¨ããããã£ã§ãå
é¨ã®ã³ã³ãã³ãã®åä½ã«é¢ãã追å ã®å¶éã示ã DOMTokenList
ãè¿ãã¾ãã
ãã㯠<iframe>
è¦ç´ ã® sandbox
屿§ãåæ ãã¾ãã
DOMTokenList
ã§ããåã¢ã¤ãã ã¯ã<iframe>
è¦ç´ ã® sandbox
屿§ã«ãªã¹ãããã¦ãããã¼ã¯ã³ã®ããããã§ãªããã°ãªãã¾ããã
<iframe
id="el"
title="example"
src="https://example.com"
sandbox="allow-same-origin allow-scripts"></iframe>
const el = document.getElementById("el");
console.log(Array.from(el.sandbox)); // åºå: ["allow-same-origin", "allow-scripts"]
el.sandbox = "";
console.log(Array.from(el.sandbox)); // åºå: []
仿§æ¸ ãã©ã¦ã¶ã¼ã®äºææ§
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4