Sign in
chromium
/
chromium
/
src
/
4b7f2d40ed547f844c3b42b712f035e90357e1e5
/
.
/
content
/
test
/
data
/
frame-ancestors-none.html
blob: f1478a34735a32fd0e72dd9d4f9152186c421f28 [
file
]
<!DOCTYPE html>
<html>
<head>
<title>
This page should NOT load in a frame
</title>
</head>
<body>
This page cannot be loaded in an iframe because its CSP specifies frame-ancestors 'none'.
</body>
</html>