제목 | CodeIgniter HTML Purifier Helper 인라인 스타일질문 | ||
---|---|---|---|
카테고리 | CI 2, 3 | ||
글쓴이 | yumin | 작성시각 | 2019/12/24 12:23:26 |
|
|||
안녕하세요 CodeIgniter HTML Purifier Helper 사용을 하려고 하는데 텍스트 에디터로 작성을 하고 POST 전송을 하고 var_dump 찍어 보는데 인라인 스타일이 필터링 되서 안나옵니다 혹시 이거 사용하시는분 코드중 보여주실수 있나요? $content = html_purify($this->CI->input->post("content"),'comment'); 이렇게 받고
설정은 이렇게 되어있습니다, $config = HTMLPurifier_Config::createDefault(); $config->set('Core.Encoding', 'UTF-8'); $config->set('HTML.Doctype', 'HTML 4.01 Transitional'); $config->set('HTML.Allowed', 'p,a[href|title],abbr[title],acronym[title],b,strong'); $config->set('URI.AllowedSchemes', array('http' => true, 'https' => true)); $config->set('AutoFormat.RemoveEmpty', true); $config->set('Cache.DefinitionImpl', null); $config->set('CSS.Proprietary', true); $config->set('CSS.Trusted', true); // allow any css $config->set('CSS.AllowedProperties', null); |
|||
다음글 | db연결 관련 오류 질문 입니다 (5) | ||
이전글 | config.php 에서 session 설정을 했는데요 (1) | ||
없음 |