writehat
writehat copied to clipboard
Fix PDF Rendering - "Finished Loading" appears in PDF
Currently the HTML version will display a "Loading Report" message and then a "Finished Loading" will appear, and then remove itself.
In the PDF generation, this happens on the server side generating the report, however, it does not remove the "Finish Loading" at the top of the PDF.
Need to add a flag so that when PDF generation happens, these messages do not appear during the creation of the report.
Doesn't https://github.com/blacklanternsecurity/writehat/commit/3ebc9ab1e6ab3f248583e66fc3ef6ffb50560be1 fix this? or is this a different issue?