* 자동 필터링

/application/config/config.php
$config['global_xss_filtering'] = TRUE;

* 수동 필터링

$this->input->get(NULL, TRUE);
$this->input->post(NULL, TRUE);
$this->input->get_post(NULL, TRUE);
$this->input->server(NULL, TRUE);
$this->input->cookie(NULL, TRUE);
블로그 이미지

디츠

“말은 쉽지, 코드를 보여줘.” “Talk is cheap. Show me the code.” – 리누스 토르발스(Linus Torvalds)

,