依預設,Horizon 7 只會接受具有下列宣告內容類型的要求:
- application/x-www-form-urlencoded
- application/xml
- text/xml
備註: 在舊版中,預設會停用此保護。
若要限制 View 可接受的內容類型,請將下列項目新增至檔案
locked.properties:
acceptContentType.1=content-type例如:
acceptContentType.1=x-www-form-urlencoded
若要接受其他內容類型,請新增項目 acceptContentType.2=content-type
,依此類推。
若要接受具有任何宣告內容類型的要求,請指定 acceptContentType=*
。
備註: 在早於
Horizon 7 (7.2 版) 的版本中,變更此清單不會影響 Horizon Administrator 的連線。