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>