1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-07 12:45:25 +02:00

Post Script access default set to 'nobody'.

This commit is contained in:
Cameron 2020-06-29 12:21:33 -07:00
parent 84d3c29e42
commit d61ebe2015
2 changed files with 2 additions and 2 deletions
e107_core/xml
e107_handlers

@ -232,7 +232,7 @@
)]]></core>
<core name="post_html">254</core>
<core name="post_script">254</core>
<core name="post_script">255</core>
<core name="filter_script">1</core>
<core name="html_abuse">1</core>
<core name="pageCookieExpire">84600</core>

@ -5471,7 +5471,7 @@ return;
if($this->scriptAccess === false)
{
$this->scriptAccess = e107::getConfig()->get('post_script', e_UC_MAINADMIN); // Pref to Allow <script> tags11;
$this->scriptAccess = e107::getConfig()->get('post_script', e_UC_NOBODY); // Pref to Allow <script> tags11;
}
if(check_class($this->scriptAccess))