Skip to content

Commit 2094cb7

Browse files
committed
link allowed_params instead of listing them
1 parent ba2976d commit 2094cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ an instant cache flush may be built on top of cache namespaces - just switch to
327327
to flush the cache.
328328

329329
### Security
330-
`Chproxy` removes all the query params from input requests (except the user's [params](https://github.com/Vertamedia/chproxy/blob/master/config#param_groups_config) and the `query`, `database`, `default_format`, `compress`, `decompress`, `enable_http_compression`)
330+
`Chproxy` removes all the query params from input requests (except the user's [params](https://github.com/Vertamedia/chproxy/blob/master/config#param_groups_config) and listed [here](https://github.com/Vertamedia/chproxy/blob/master/scope.go#L292))
331331
before proxying them to `ClickHouse` nodes. This prevents from unsafe overriding
332332
of various `ClickHouse` [settings](http://clickhouse-docs.readthedocs.io/en/latest/interfaces/http_interface.html).
333333

0 commit comments

Comments
 (0)