我正在尝试在网站背面设置CMS,但每当发布数据<a href=...时,帖子数据都会被废弃.
<a href=...
我有$config['global_xss_filtering'] = TRUE;配置
$config['global_xss_filtering'] = TRUE;
我的问题是有一种方法可以禁用一个项目的xss过滤吗?
例如
$this->input->post('content', true); - 打开它,但如何关闭它?
$this->input->post('content', true);
感谢大家.
PVS
xss codeigniter
codeigniter ×1
xss ×1