Envoy.reloadable_features.require_strict_1xx_and_204_response_headers

Hello I need to know how to set this in istio.The installation of istio that we made was generating the manifest by default, istioctl manifest generate --set profile=default > deploy-istio-1.14.1.yaml

o add the following config:

    layered_runtime:
      layers:
      - name: static_layer
        static_layer:
          overload:
            global_downstream_max_connections: 250000
        envoy.reloadable_features.require_strict_1xx_and_204_response_headers: false    # 1
      - name: admin_layer
        admin_layer: {}