mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 03:12:55 +09:00
embed whitelist를 별도로 캐싱하지 않고 직접 include하여 사용하도록 변경
This commit is contained in:
parent
ca3001141c
commit
bd15128e14
4 changed files with 1702 additions and 312 deletions
|
|
@ -460,7 +460,6 @@ class adminAdminView extends admin
|
|||
Context::set('htmlFooter', htmlspecialchars($config->htmlFooter));
|
||||
|
||||
// embed filter
|
||||
require_once(_XE_PATH_ . 'classes/security/EmbedFilter.class.php');
|
||||
$oEmbedFilter = EmbedFilter::getInstance();
|
||||
context::set('embed_white_object', implode(PHP_EOL, $oEmbedFilter->whiteUrlList));
|
||||
context::set('embed_white_iframe', implode(PHP_EOL, $oEmbedFilter->whiteIframeUrlList));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue