Merge pull request #1158 from AdvanticGmbH/domain_xss

Render domain data table fields only as text
This commit is contained in:
ManosKoukoularis 2022-04-11 13:05:43 +03:00 committed by GitHub
commit 9e90dde144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,6 +161,10 @@
type: 'natural',
targets: [0, 4]
},
{
targets: [0, 1, 2, 3, 4, 5],
render: $.fn.dataTable.render.text()
},
{
// hidden column so that we can add new records on top
// regardless of whatever sorting is done. See orderFixed