blob: e806ea949897bdcbcaf23201d57c3829750865c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="navigate-to https://example.com"></meta>
<meta charset="UTF-8">
<title>Test for Bug 1566149 - Write test to ensure CSP 'navigate-to' does not parse</title>
<!-- Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ -->
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1566149">Mozilla Bug 1566149</a>
</body>
</html>
|