- blocked information_schema as this is an internal MySQL/MariaDB table
Signed-off-by: Roland Häder <roland@mxchange.org>
// Request header being inserted
'content-type',
- // /proc/ and other forbidden paths
+ // /proc/ and other "forbidden" paths
'proc/self/environ',
- // MySQL internal functions
- 'name_const',
+ // MySQL internal functions/tables
+ 'name_const', 'information_schema',
// Server configuration (e.g. Apache)
'application/x-httpd-php', 'addtype', 'server-info', 'server-status',