Manual:$wgResourceLoaderInlinePrivateModules
This feature was removed completely in version 1.19.0. |
ResourceLoader: $wgResourceLoaderInlinePrivateModules | |
---|---|
Whether to embed private modules inline with HTML output or to bypass caching and check the user parameter against. |
|
Introduced in version: | 1.17.0 (r73686) |
Removed in version: | 1.19.0 (Gerrit change 3434; git #13169c88) |
Allowed values: | (boolean) |
Default value: | true |
Other settings: Alphabetical | By function |
Details
editWhether to embed private modules inline with HTML output or to bypass caching and check the user parameter against.
$wgUser
to prevent unauthorized access to private modules.
See also
- ResourceLoader
$wgResourceModules
- Register modules that can later be loaded on a page$wgResourceModuleSkinStyles
- Register skin-provided stylesheets to add to an existing ResourceLoader module$wgResourceLoaderDebug
- Configure the default debug mode for MediaWiki.- Internal configuration settings:
$wgExtensionAssetsPath
,$wgResourceLoaderMaxage
- ResourceLoaderRegisterModules hook
- Developing with ResourceLoader – Learn how to use ResourceLoader in MediaWiki