diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-09-18 21:16:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 21:16:39 -0400 |
commit | 2f4adbab2cbefba1898b4ce6f8ff5e03622cfd34 (patch) | |
tree | 3c93a79e9f426b53ad30db0906b3b73d25834afc /ext/fg | |
parent | e9d6c4cc928516647172c5ba3c938126390adfa2 (diff) |
Handlebars sandbox (#612)
* Set up template renderer proxy
* Use proxy
* Remove unused handlebars script tags
* Update manifest
Diffstat (limited to 'ext/fg')
-rw-r--r-- | ext/fg/float.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index 98e849f0..2c64a777 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -44,8 +44,6 @@ </div> </div> - <script src="/mixed/lib/handlebars.min.js"></script> - <script src="/mixed/js/core.js"></script> <script src="/mixed/js/yomichan.js"></script> <script src="/mixed/js/comm.js"></script> @@ -69,7 +67,7 @@ <script src="/mixed/js/text-to-speech-audio.js"></script> <script src="/bg/js/anki-note-builder.js"></script> - <script src="/bg/js/template-renderer.js"></script> + <script src="/bg/js/template-renderer-proxy.js"></script> <script src="/bg/js/query-parser-generator.js"></script> <script src="/bg/js/query-parser.js"></script> |