From 6841c554cbbeb619ac9e1d40bb20da4b707818d2 Mon Sep 17 00:00:00 2001
From: cyfraeviolae <cyfraeviolae>
Date: Sun, 28 Aug 2022 02:47:10 -0400
Subject: local mathjax

---
 templates/nonce-reuse.html | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

(limited to 'templates/nonce-reuse.html')

diff --git a/templates/nonce-reuse.html b/templates/nonce-reuse.html
index 9049f4e..eff36b4 100644
--- a/templates/nonce-reuse.html
+++ b/templates/nonce-reuse.html
@@ -220,15 +220,6 @@ c_forged, aad_forged = xor(c1, xor(m1, m_forged)), b""
 
 for h, s in possible_secrets:
     print("MAC candidate": gmac(h, s, aad_forged, c_forged))</pre></details>
-<script>
-MathJax = {
-  tex: {
-		extensions: ["AMSmath.js", "AMSsymbols.js"]
-  }
-};
-</script>
-<script id="MathJax-script" async
-  src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
-</script>
+    <script id="MathJax-script" async src="/forbidden-salamanders/static/tex-chtml.js"></script>
   </body>
 </html>
-- 
cgit v1.2.3