回答編集履歴
3
参考を追記
test
CHANGED
@@ -71,3 +71,9 @@
|
|
71
71
|
`], { type: 'text/html' }));
|
72
72
|
|
73
73
|
```
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
参考:
|
78
|
+
|
79
|
+
[CSP: sandbox - HTTP | MDN](https://developer.mozilla.org/ja/docs/Web/HTTP/Headers/Content-Security-Policy/sandbox)
|
2
追加
test
CHANGED
@@ -29,6 +29,12 @@
|
|
29
29
|
console.log(parent.location);
|
30
30
|
|
31
31
|
// 取得できる
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
// console.log(parent.document);
|
36
|
+
|
37
|
+
// エラー
|
32
38
|
|
33
39
|
|
34
40
|
|
1
まちがえた
test
CHANGED
@@ -38,9 +38,9 @@
|
|
38
38
|
|
39
39
|
|
40
40
|
|
41
|
-
console.log(document.ref
|
41
|
+
console.log(document.referrer);
|
42
42
|
|
43
|
-
//
|
43
|
+
// ""
|
44
44
|
|
45
45
|
|
46
46
|
|