Manual:$wgDebugAPI
Appearance
From mediawiki.org
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
API: $wgDebugAPI | |
---|---|
Loosens API security to allow for easier debugging |
|
Introduced in version: | 1.21.0 (Gerrit change 44575; git #258929f5) |
Removed in version: | Still in use |
Allowed values: | (boolean) |
Default value: | false |
Other settings: Alphabetical | By function |
Details
When true
, some security-related restrictions are loosened.
For example POST-only requests can now be made as GET.
ApiBase::dieWithErrorOrDebug()
will only set a warning instead of failing.
An extra warning header will be added in the response if enabled.