blob: 6746a3adba0c9ace6c2f67cf6e95c7065dd1170a (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Bug 1024557: Ignore x-frame-options if CSP with frame-ancestors exists</title>
</head>
<body>
<div id="cspmessage">Ignoring XFO because of CSP</div>
</body>
</html>
|