Manual:Safemode/ru

From mediawiki.org
This page is a translated version of the page Manual:Safemode and the translation is 10% complete.

The safemode parameter can be added to any MediaWiki URL to load the page without including any on-wiki JavaScript or on-wiki stylesheet pages. User scripts like User:Example/common.js and user styles such as User:Example/common.css are not loaded.

Note that if $wgAllowSiteCSSOnRestrictedPages is set to true, site-wide scripts will be considered "safe" and this parameter will not disable them.

This can be useful for debugging broken JavaScript gadgets, as described at Help:Locating broken scripts .

Usage

Append the parameter safemode=1 to any MediaWiki URL.

Examples:

Версия MediaWiki:
1.41
Gerrit change 940156

Since MediaWiki 1.41, there's also a preference under Внешний вид → Расширенные настройки: "Включить безопасный режим навсегда", which can be used to enable this mode persistently.

См. также