ClickHouse/tests/config/config.d/forbidden_headers.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
187 B
XML
Raw Normal View History

2023-06-15 13:49:49 +00:00
<clickhouse>
<http_forbid_headers>
<header>exact_header</header>
<header_regexp>(?i)(case_insensitive_header)</header_regexp>
</http_forbid_headers>
</clickhouse>