mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
CSP 2 - ignore (x-)frame-options if CSP with frame-ancestors directive exists
This commit is contained in:
parent
ed463cec3e
commit
a01c9abce8
13 changed files with 197 additions and 34 deletions
10
dom/security/test/csp/file_ignore_xfo.html
Normal file
10
dom/security/test/csp/file_ignore_xfo.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue