Closed mino181295 closed 3 years ago
In Docet before serving the current page, the HTML gets cleaned up with JSOUP.
Add a propery docet.enable.iframe (default false) to skip the iframe clean. In the PDF render the iframes gets cleaned anyway.
docet.enable.iframe
Master issue: #71
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