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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user