| # |
| # An optional list of parameters that are allowed to be used by connections |
| # that are created and accessed via the quickconnect extension. If provided, |
| # only parameters in this list will be allowed. |
| # |
| # Example: tightly restrict the extension to allow only |
| # hostnames and ports in URIs: |
| # |
| # ``` |
| # quickconnect-allowed-parameters: hostname, port |
| # ``` |
| # |
| quickconnect-allowed-parameters: hostname, port |
| |
| # |
| # An optional list of parameters that are explicitly denied from being used by |
| # connections created and accessed via the quickconnect extension. If provided, |
| # any parameters in this list will be removed from the connection configuration |
| # when it is created, **even if those parameters are otherwise explicitly |
| # listed as allowed**. |
| # |
| quickconnect-denied-parameters: enable-drive, drive-path |