1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-12 00:08:48 +01:00
DataTables/examples/api
Allan Jardine b7c671444d Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer.
Rational for this is that the number renderer expects a number
input, not HTML, but if non-numeric input is given the value is just
returned (now escaped) - for example an empty string.
2016-01-07 15:24:53 +00:00
..
add_row.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
api_in_init.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
counter_columns.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
form.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
highlight.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
index.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
multi_filter_select.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
multi_filter.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
regex.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
row_details.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
select_row.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
select_single_row.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
show_hide.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00
tabs_and_scrolling.html Fix: The number rendering helper will now automatically escape HTML entities to help prevent possible XSS attacks if using a number renderer. 2016-01-07 15:24:53 +00:00