diennea / docetproject

Docet - an online documentation manager
https://docetproject.org
Apache License 2.0
2 stars 10 forks source link

Support Videos inside pages #72

Closed mino181295 closed 3 years ago

mino181295 commented 3 years ago

Motivation

In Docet before serving the current page, the HTML gets cleaned up with JSOUP.

Fix

Add a propery docet.enable.iframe (default false) to skip the iframe clean. In the PDF render the iframes gets cleaned anyway.

Master issue: #71