Source code
Revision control
Copy as Markdown
Other Tools
<!-- This file is a copy of iframe.sub.html in the parent directory -->
<!DOCTYPE html>
<html>
<body>
<script nonce='forinlinescript'>
window.addEventListener('securitypolicyviolation', function() {
top.postMessage('CSP_VIOLATION', '*');
});
</script>
<script src='{{GET[script_url]}}'></script>
</body>
</html>