summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/test_file_with_csp.html
blob: 222db0b883c2a23af2b7f56899978a56ba85ea37 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html>
<head>
  <meta http-equiv="X-WebKit-CSP" content="default-src 'none'">
  <title>Define a restrictive CSP.</title>
</head>
<body>
  <img src="./icon1.png">
</body>
</html>