This page is a translated version of the page Manual:$wgDebugAPI and the translation is 100% complete.
API: $wgDebugAPI
放宽API安全防护以简化调试
引进版本:1.21.0 (Gerrit change 44575; git #258929f5)
移除版本:仍在使用
允许的值:(布尔值)
默认值:false

细节

如果为true,则放宽一些与安全性有关的限制。 例如,现在可以将仅POST请求作为GET发出。 ApiBase::dieWithErrorOrDebug()只会设置警告而不是故障。 如果启用,则会在响应中添加一个额外的警告标头。