OLD | NEW |
---|---|
1 <html> | 1 <html> |
2 This page opens a popup on an insecure page. | 2 This page opens a popup on an insecure page. |
3 <script> | 3 <script> |
4 window.open('https://127.0.0.1:9666/files/ssl/bad_iframe.html', 'Portnawak', | 4 window.open('https://REPLACE_WITH_HOST_AND_PORT/files/ssl/bad_iframe.html', 'P ortnawak', |
5 "status = 1, height = 300, width = 300, resizable = 0" ); | 5 "status = 1, height = 300, width = 300, resizable = 0" ); |
6 </script> | 6 </script> |
7 </html> | 7 </html> |
OLD | NEW |