summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_bug1452037.html
blob: 0fb41d6654ea22c1a2cb13bf150d6a9cb16961ab (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
  <meta charset="utf-8">
  <meta http-equiv="Content-Security-Policy" content="script-src 'sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU='">
</head>
<body>
  <a href="javascript:window.parent.postMessage({}, '*');">Click here</a>
</body>
</html>