1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +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

View File

@@ -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>

View File

@@ -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))