mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
(legacy) change browser HTTP_REFERER enforcement label to fit line, closes https://github.com/opnsense/core/issues/554
This commit is contained in:
parent
02bd83623d
commit
b244646a4e
@ -455,7 +455,7 @@ include("head.inc");
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a id="help_for_nohttpreferercheck" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Browser HTTP_REFERER enforcement"); ?></td>
|
||||
<td><a id="help_for_nohttpreferercheck" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("HTTP_REFERER enforcement"); ?></td>
|
||||
<td>
|
||||
<input name="nohttpreferercheck" type="checkbox" value="yes" <?= !empty($pconfig['nohttpreferercheck']) ? "checked=\"checked\"" : "";?> />
|
||||
<strong><?=gettext("Disable HTTP_REFERER enforcement check"); ?></strong>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user