diff --git a/src/chapters/adhoc-connections.xml b/src/chapters/adhoc-connections.xml
index 5989547..861c754 100644
--- a/src/chapters/adhoc-connections.xml
+++ b/src/chapters/adhoc-connections.xml
@@ -74,7 +74,43 @@
configuring quickconnect
- This module has no configuration options.
+ The quickconnect extension has two configuration properties that
+ allow for controlling what connection parameters can be used
+ in the URIs that are opened with the quickconnect extension:
+
+
+
+ quickconnect-allowed-parameters
+ quickconnect-allowed-parameters
+
+ An optional list of parameters that are allowed to be
+ used by connections that are created and accessed via
+ the quickconnect extension. If this property is present,
+ only parameters in this list will be allowed. If this
+ property is absent, any/all parameters will be allowed
+ unless explicitly denied using the
+ quickconnect-denied-parameters
+ property.
+
+
+
+
+ quickconnect-denied-parameters
+ quickconnect-denied-parameters
+
+ An optional list of parameters that are explicitly
+ denied from being used by connections created and
+ accessed via the quickconnect extension. If this
+ property is present, any parameters in this list will
+ be removed from the connection configuration when it is
+ created, even if those parameter are listed
+ above in the quickconnect-allowed-parameters
+ property.
+ If this property is not present, no connection parameters
+ will be explicitly denied.
+
+
+
Completing the installation