依預設,VMware Horizon 8 只會接受具有下列宣告內容類型的要求:
- application/x-www-form-urlencoded
- application/xml
- text/xml
備註: 在舊版中,依預設會停用這項保護。
若要限制
VMware Horizon 8 可接受的內容類型,請將下列項目新增至檔案
locked.properties:
acceptContentType.1=content-type例如:
acceptContentType.1=x-www-form-urlencoded
若要接受其他內容類型,請新增項目 acceptContentType.2=content-type
,依此類推。
若要接受具有任何宣告內容類型的要求,請指定 acceptContentType=*
。