mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 03:56:21 +05:30
Added option to hide HTMLy version publicly and added version to admin layout
A configuration setting has been added to allow users to hide the version of HTMLy from the source code publicly as a security precaution. The version has been added to the admin layout for easier visibility for admins.
This commit is contained in:
parent
b16423fbc1
commit
a35e503fbf
5 changed files with 30 additions and 4 deletions
|
|
@ -301,4 +301,6 @@ login_protect_system = "Login protection system"
|
|||
cloudflare_info = "Review Cloudflare's Turnstile documentation: "
|
||||
mfa_config = "Multi Factor Authentication (MFA)"
|
||||
set_mfa_globally = "Set the status of MFA"
|
||||
explain_mfa = "When enabled, MFA is optional for all users. When disabled, no users can use it and it hides the field on the login page."
|
||||
explain_mfa = "When enabled, MFA is optional for all users. When disabled, no users can use it and it hides the field on the login page."
|
||||
set_version_publicly = "HTMLy Version Visibility"
|
||||
explain_version = "By default the version of HTMLy is visible publicly in the source code, some bots and bad actors can use this information for bad reasons so some admins may prefer to hide this."
|
||||
Loading…
Add table
Add a link
Reference in a new issue