From 29b588d292b240d0a3e3c5f67417d3cbabf3e846 Mon Sep 17 00:00:00 2001 From: iliajie Date: Thu, 18 Aug 2022 14:48:00 +0300 Subject: [PATCH] Fix referer fix dot placement --- lang/en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en b/lang/en index 8feb915ed..545bb3ca2 100644 --- a/lang/en +++ b/lang/en @@ -125,7 +125,7 @@ help_eexec=$1 failed : $2 referer_title=Security Warning referer_warn=Warning! Webmin has detected that the program $2 was linked to from the URL $1, which appears to be outside the Webmin server. This may be an attempt to trick your server into executing a dangerous command. referer_warn_unknown=Warning! Webmin has detected that the program $1 was linked to from an unknown URL, which appears to be outside the Webmin server. This may be an attempt to trick your server into executing a dangerous command. -referer_fix1=If this is a legitimate link, you can allow links from this URL as follows : +referer_fix1=If this is a legitimate link, you can allow links from this URL as follows : referer_fix2=Alternately, you can configure Webmin to allow this link from the command line by : referer_fix3u=Make sure your browser is configured to send referrer information so that it can be verified by Webmin. referer_fix2u=Alternately, you can configure Webmin to allow links from unknown referers by :

WARNING - this has the side effect of opening your system up to reflected XSS attacks and so is not recommended!