9 lines
226 B
HTML
9 lines
226 B
HTML
<html>
|
|
<head>
|
|
<title>CSP frame-ancestors Violation Test </title>
|
|
<base href="https://evil.com/">
|
|
</head>
|
|
<body>
|
|
<h1> This Should not be Loadable</h1>
|
|
</body>
|
|
</html>
|