tenfourfox/dom/security/test/csp/file_report.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
296 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Bug 1033424 - Test csp-report properties </title>
</head>
<body>
<script type="text/javascript">
var foo = "propEscFoo";
var bar = "propEscBar";
// just verifying that we properly escape newlines and quotes
</script>
</body>
</html>