file_sandbox_allow_scripts.html (276B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta charset='utf-8'> 5 <title>Bug 1396320: Fix CSP sandbox regression for allow-scripts</title> 6 </head> 7 <body> 8 <script type='application/javascript'> 9 window.parent.postMessage({result: document.domain }, '*'); 10 </script> 11 </body> 12 </html>