move to altcha dist_external to elide dependency on blob source in CSP
reference: https://altcha.org/docs/website-integration/#content-security-policy-csp
This commit is contained in:
@@ -5,8 +5,11 @@
|
||||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
|
||||
<!-- <script async defer src="https://cdn.jsdelivr.net/gh/altcha-org/altcha/dist/altcha.min.js" type="module"></script> -->
|
||||
<script async src="/scripts/browser-action.js" type="module"></script>
|
||||
<script async defer src="/scripts/altcha/dist/altcha.js" type="module"></script>
|
||||
<script async defer src="/scripts/altcha/dist_external/altcha.js" type="module"></script>
|
||||
<script async defer src="/scripts/altcha/dist_external/worker.js" type="module"></script>
|
||||
|
||||
<link rel="stylesheet" href="/styles/bulma/bulma.min.css">
|
||||
<link rel="stylesheet" href="/scripts/altcha/dist_external/altcha.css">
|
||||
<title>Slop Farmer</title>
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user