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:
Ralf Becker 2013-09-11 13:08:59 +00:00
parent 855c04cb2c
commit 0b3d3c132d

View File

@ -163,6 +163,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]">