How to set "http_match_on_all_headers" to false in Istio

Our Client that is sending multiple Content-type header to the backend due to which istio envoy appends all the values and sends to the backend. Is there any option in istio to configure the envoy option of “envoy.reloadable_features.http_match_on_all_headers” to false. Using some envoyfilters or something?

Our istio version is 1.9.5