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:
@@ -232,7 +232,7 @@
|
|||||||
|
|
||||||
)]]></core>
|
)]]></core>
|
||||||
<core name="post_html">254</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="filter_script">1</core>
|
||||||
<core name="html_abuse">1</core>
|
<core name="html_abuse">1</core>
|
||||||
<core name="pageCookieExpire">84600</core>
|
<core name="pageCookieExpire">84600</core>
|
||||||
|
@@ -5471,7 +5471,7 @@ return;
|
|||||||
|
|
||||||
if($this->scriptAccess === false)
|
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))
|
if(check_class($this->scriptAccess))
|
||||||
|
Reference in New Issue
Block a user