hedgedoc/public/js
Philip Molares 35b0d39a12 added sanitation to the slideMode in frontmatter
This should prevent the issue mentioned in https://github.com/hackmdio/codimd/issues/1648

Specifically left out are
- dependency (user can't really include anything anyway, because CSP forbids most domains)
- autoSlideMethod (nothing our users should be able to change as they won't write JS to be affected by this)
- keyboard (this let's users write arbitrary code and seems therefore to problematic)

See:
https://github.com/hakimel/reveal.js/blob/3.9.2/README.md#configuration
Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-01-14 11:18:09 +01:00
..
lib
cover.js
extra.js Don't store mermaid diagrams in innerHTML 2020-12-27 10:14:27 +01:00
history.js
htmlExport.js
index.js Remove reference to nonexisting DOM element 2020-11-27 19:24:43 +01:00
locale.js
mathjax-config-extra.js
pretty.js
render.js
reveal-markdown.js
slide.js added sanitation to the slideMode in frontmatter 2021-01-14 11:18:09 +01:00
utils.js