mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
system: HSTS option tweaks
This commit is contained in:
parent
4e0ce9b193
commit
8b73ce3072
@ -486,11 +486,11 @@ $(document).ready(function() {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a id="help_for_quietlogin" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("HSTS") ?></td>
|
||||
<td><a id="help_for_sslhsts" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext('HTTP Strict Transport Security') ?></td>
|
||||
<td>
|
||||
<input name="ssl-hsts" type="checkbox" value="yes" <?= empty($pconfig['ssl-hsts']) ? '' : 'checked="checked"' ?>/>
|
||||
<?= gettext('Enable HTTP Strict Transport Security') ?>
|
||||
<div class="hidden" data-for="help_for_quietlogin">
|
||||
<div class="hidden" data-for="help_for_sslhsts">
|
||||
<?=gettext("HTTP Strict Transport Security (HSTS) is a web security policy mechanism that helps to protect websites against protocol downgrade attacks and cookie hijacking.");?>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user