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:
parent
84d3c29e42
commit
d61ebe2015
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user