website-page-frame
Version:
This library provides a way to allow browser based programs to have cross parent to child window communication through code.
21 lines (15 loc) • 823 B
HTML
<html lang="en-IE">
<head>
<meta charset="UTF-8">
</head>
<body>
<h1> CLICK JACKING MITIGATION TEST CURRENT ORIGIN PAGE</h1>
<p> Manually check to ensure that the below iframe does allow for the request to load if "Hello World"
shown within that means that something is wrong with the native backend that is causing html page
responses that should not be aloud to load at this origin to load at this origin and this must be
corrected as it can open the users of the library to vulnerability of clickjacking or worse if
the modifications to the headers are not the only modifications that where made.</p>
<iframe src="http://localhost:7070" id="clickJackIframe" style="opacity: 80%"></iframe>
</body>
</html>