]> BookStack Code Mirror - bookstack/commit
Filtered scripts in custom HTML head for exports 2730/head
authorDan Brown <redacted>
Mon, 3 May 2021 22:59:52 +0000 (23:59 +0100)
committerDan Brown <redacted>
Mon, 3 May 2021 22:59:52 +0000 (23:59 +0100)
commit43b66331830713ddac84a5b61848e992edd064b6
treefde1abf988d05e8541b8d79b086664d473c807e1
parentc50ac022a820114f78d6d0c524d668503c78c50d
Filtered scripts in custom HTML head for exports

Since it appeared to cause problems in some scenarios.
Related to #2490
app/Entities/Tools/PageContent.php
app/Http/Controllers/HomeController.php
app/Util/HtmlContentFilter.php [new file with mode: 0644]
resources/views/books/export.blade.php
resources/views/chapters/export.blade.php
resources/views/pages/export.blade.php
resources/views/partials/custom-head-content.blade.php [deleted file]
resources/views/partials/custom-head.blade.php
resources/views/partials/export-custom-head.blade.php [new file with mode: 0644]
tests/Entity/ExportTest.php