mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
use secure and httponly cookies by default, secure cookies can be switched off in Admin >> site configuration, if required for sitemgr
This commit is contained in:
parent
3c160e5062
commit
62b6951d50
@ -161,6 +161,16 @@
|
||||
</tr>
|
||||
|
||||
<tr class="row_on">
|
||||
<td>{lang_Use_secure_cookies_(transmitted_only_via_https)}</td>
|
||||
<td>
|
||||
<select name="newsettings[insecure_cookies]">
|
||||
<option value="">{lang_Yes} - {lang_more_secure}</option>
|
||||
<option value="insecure"{selected_insecure_cookies_insecure}>{lang_No}</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr class="row_off">
|
||||
<td>{lang_Deny_all_users_access_to_grant_other_users_access_to_their_entries_?}:</td>
|
||||
<td>
|
||||
<select name="newsettings[deny_user_grants_access]">
|
||||
|
Loading…
Reference in New Issue
Block a user