diff --git a/doc/config.html b/doc/config.html
index 1295c025..b26c9838 100755
--- a/doc/config.html
+++ b/doc/config.html
@@ -2152,6 +2152,25 @@ Options Location = Main Building{a}, New Building{b}, Old Building{c}
"http://midas.psi.ch/elog/elcode_en.html">ELCode encoding, to
2 for HTML encoding. The default is 0.
+
+ Allowed encoding = <n>
+ Allowed encoding options. <n> can be the sum of
+ following flags:
+
+
1 : Plain
+
+
2 : ELCode encoding
+
+
4 : HTML encoding
+
+
+ To allow plain and HTML encoding for example, set
+ <n> to 5. Default is 3. Note that
+ allowing HTML encoding may cause some security risk, since an elog
+ entry may contain malicious scripting code. It should therefor only
+ be allowed for installations where it is really needed and with not
+ public write access.
+