fix(security): sanitize remote IP headers and escape log viewer output
#4135
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
}
|
||||
});
|
||||
Vue.component('a-table-sort-trigger', {
|
||||
template: `{{template "component/sortableTableTrigger"}}`,
|
||||
template: `{{template "component/sortableTableTrigger" .}}`,
|
||||
props: {
|
||||
'item-index': {
|
||||
type: undefined,
|
||||
|
||||
Reference in New Issue
Block a user