নির্দেশিকা:নিরাপদ মোড

From mediawiki.org
This page is a translated version of the page Manual:Safemode and the translation is 50% 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 .

ব্যবহার

যেকোনও মিডিয়াউইকি ইউআরএলের সাথে safemode=1 প্যারামিটার যুক্ত করুন।

উদাহরণ:

মিডিয়াউইকি সংস্করণ:
1.41
Gerrit change 940156

Since MediaWiki 1.41, there's also a preference under অবয়ব → উচ্চতর বিকল্পগুলি: "সর্বদা নিরাপদ মোড সক্রিয় করুন", which can be used to enable this mode persistently.

আরও দেখুন