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 :
- Login to Webmin normally.
- Go to the Webmin Configuration module.
- Click on the Trusted Referrers icon.
- Enter the hostname $1 into the Trusted websites field, and click Save
.
+referer_fix1=If this is a legitimate link, you can allow links from this URL as follows :- Login to Webmin normally.
- Go to the Webmin Configuration module.
- Click on the Trusted Referrers icon.
- Enter the hostname $1 into the Trusted websites field, and click Save.
referer_fix2=Alternately, you can configure Webmin to allow this link from the command line by :- Login as root, and edit the /etc/webmin/config file.
- Add the line referers=$1 at the end, or if a referers line already exists add $1 to it.
- Save the file.
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 :- Login as root, and edit the /etc/webmin/config file.
- Find the line referers_none=1 and change it to referers_none=0.
- Save the file.
WARNING - this has the side effect of opening your system up to reflected XSS attacks and so is not recommended!