mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
fix: system_certmanager.php xss
This commit is contained in:
parent
8e85edd416
commit
2e5e6b07b7
@ -569,7 +569,7 @@ if (empty($act)) {
|
||||
BootstrapDialog.show({
|
||||
title: '<?=gettext("Certificate");?>',
|
||||
type:BootstrapDialog.TYPE_INFO,
|
||||
message: $("<div/>").html(data).text(),
|
||||
message: $("<div/>").text(data).html(),
|
||||
cssClass: 'monospace-dialog',
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user