blob: be60f41a80399c6c32d1866e9d02615243a1055a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Bug 1542858 - Test CSP upgrade-insecure-requests</title>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
</head>
<body>
<a id="testlink" href="file_csp_uir_dummy.html">testlink</a>
</body>
</html>
|