summaryrefslogtreecommitdiffstatshomepage
path: root/test/manual/csp-test.html
blob: a02d1df951b8c2a8e409ab421f751dca50014045 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html lang="en">
<head>
    <meta charset="utf-8" />
    <title>Test if indicators are invisible by default</title>
    <script src="../../src/htmx.js"></script>
    <meta http-equiv="Content-Security-Policy" content="default-src *; script-src 'unsafe-inline'">
</head>
<body style="padding:20px;font-family: sans-serif">
<script src="../../src/htmx.js"></script>
<h1>CSP Test</h1>
<button onclick="htmx._('foo');">Click To Eval</button>
</body>
</html>