9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2025-12-25 09:49:23 +00:00

editor/web: fix allowHtml param not set to false when rendering the page

This commit is contained in:
Anthony Donlon
2025-12-23 23:12:28 +08:00
parent f90fa3501b
commit 59c1f0dcfb

View File

@@ -284,7 +284,7 @@ function readConfig() {
}
function renderEjs(params) {
return render_cf_error_page(params);
return render_cf_error_page(params, false);
}
/* Basic render: build HTML string from config and put into iframe.srcdoc */