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

Details

Whether 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
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.