我正在使用 codeigniter,我在文本框中输入以下值
'>"><script>alert(document.cookie)</script>
并保存它,使用 $this->input->post(); 获取该值
当我们尝试在文本框中显示字符串时,文本将被关闭并显示为,
<input name="field_14" id="field_14" type="text" value="'>">[removed]alert([removed])[removed]" />
在我的配置文件中
$config['global_xss_filtering'] = TRUE;
如何克服这种情况?有人知道吗?