Error: Permission denied to access property "x"
ë©ìì§
Error: Permission denied to access property "x"
ìë¬ íì
무ìì´ ì못ëììê¹?
ì ê·¼ì´ íê°ëì§ ìì ê°ì²´ì ì ê·¼í기 ìí ìëê° ìììµëë¤. ìë§ ëì¼ ì¶ì² ì ì±
(same-origin policy)ì 침í´íì¬ ë¤ë¥¸ ëë©ì¸ì¼ë¡ë¶í° ë¡ëë <iframe> ì리먼í¸ì ëí ê²ì´ìì ê²ëë¤.
ì
html
<!doctype html>
<html>
<head>
<iframe
id="myframe"
src="/proxy/www1.w3c-test.org/common/blank.html"></iframe>
<script>
onload = function () {
console.log(frames[0].document);
// Error: Permission denied to access property "document"
};
</script>
</head>
<body></body>
</html>