X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=xml%2Fschema%2Ffilter_http_client.rnc;h=6e9ff2f8d6456ab6f606570102fb86ed68fb2700;hb=586d78659d671683f33ec55f4a7d32b28e345ccd;hp=9335290dc2fd15642dba17a64a3f9194528a8f4c;hpb=519cf04ede8ce910b4048b98c8150adb8d983204;p=metaproxy-moved-to-github.git diff --git a/xml/schema/filter_http_client.rnc b/xml/schema/filter_http_client.rnc index 9335290..6e9ff2f 100644 --- a/xml/schema/filter_http_client.rnc +++ b/xml/schema/filter_http_client.rnc @@ -7,5 +7,8 @@ filter_http_client = attribute id { xsd:NCName }?, attribute name { xsd:NCName }?, element mp:default-host { xsd:string }?, - element mp:proxy { xsd:string }? + element mp:max-redirects { xsd:integer }?, + element mp:proxy { xsd:string }?, + element mp:x-forwarded-for { xsd:boolean }?, + element mp:bind_host { xsd:boolean }?