blob: fb18af805703a57087461bc4ad2ed68c066ff174 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!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>
|