mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 03:42:18 +09:00
fix #2094 검색과 관련된 입력 값에 대한 encode 적용
This commit is contained in:
parent
1c39d2b9cf
commit
11707a8821
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class HTMLDisplayHandler
|
|||
|
||||
// SECISSUE https://github.com/xpressengine/xe-core/issues/1583
|
||||
$oSecurity = new Security();
|
||||
$oSecurity->encodeHTML('is_keyword');
|
||||
$oSecurity->encodeHTML('is_keyword', 'search_keyword', 'search_target', 'order_target', 'order_type');
|
||||
|
||||
// add .x div for adminitration pages
|
||||
if(Context::getResponseMethod() == 'HTML')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue