tenfourfox/dom/security/test/csp/file_report.html

14 lines
296 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>