https://cdeath.dev/security-violations/

Submitted URL:
https://cdeath.dev/security-violations/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 24 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 15 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Security Violations Test</title>
<style>
    :root {
      font-family: system-ui, sans-serif;
    }
  </style>
</head>
<body>
<h1>Security violations test suite</h1>
<iframe src="base-uri/index.html"></iframe>
<iframe src="block-all-mixed-content/index.html"></iframe>
<iframe src="connect-src/index.html"></iframe>
<iframe src="font-src/index.html"></iframe>
<iframe src="form-action/index.html"></iframe>
<iframe src="frame-ancestors/index.html"></iframe>
<iframe src="frame-src/index.html"></iframe>
<iframe src="img-src/index.html"></iframe>
<iframe src="manifest-src/index.html"></iframe>
<iframe src="media-src/index.html"></iframe>
<iframe src="object-src/index.html"></iframe>
<iframe src="plugin-types/index.html"></iframe>
<iframe src="require-sri-for/index.html"></iframe>
<iframe src="sandbox/index.html"></iframe>
<iframe src="script-src/index.html"></iframe>
<iframe src="style-src/index.html"></iframe>
<iframe src="worker-src/index.html"></iframe>
<iframe src="crypto-miner/index.html"></iframe>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-invalid" crossorigin="anonymous" referrerpolicy="no-referrer" type="text/javascript"></script>
<script type="text/javascript">console.log(jQuery);</script>
<script defer="" src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon="{&quot;token&quot;: &quot;cef672fd3897426e890ecca1e7b88a32&quot;}" type="text/javascript"></script>

</body></html>