summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/browser/test-csp-violation-frame-ancestor-child.html
blob: c090d519deedf6fb9bf9dec177a65e09396825fa (plain)
1
2
3
4
5
6
7
8
9
<html>
      <head>
          <title>CSP frame-ancestors Violation Test </title>
          <base href="https://evil.com/">
      </head>
      <body>
            <h1> This Should not be Loadable</h1>
      </body>
    </html>