CSP 2 - ignore (x-)frame-options if CSP with frame-ancestors directive exists

This commit is contained in:
janekptacijarabaci 2017-08-25 09:18:29 +02:00 committed by Roy Tam
commit a01c9abce8
13 changed files with 197 additions and 34 deletions

View file

@ -0,0 +1,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>