Extension:SecureLinkFixer/ja

From Linux Web Expert

<translate> This {{<tvar name=1>#if:|{{{type}}}</tvar>|extension}} [[<tvar name=mwversion>Special:MyLanguage/MediaWiki 1.35#Bundled extensions</tvar>|comes with MediaWiki <tvar name=mwversion2>1.35</tvar>]] and above.</translate> <translate> Thus you do not have to download it again.</translate> <translate> However, you still need to follow the other instructions provided.</translate>
MediaWiki 拡張機能マニュアル
SecureLinkFixer
リリースの状態: 安定
実装 パーサー拡張機能
説明 ドメインが常にHTTPSを要求する場合、URLをHTTPSに書き換える
作者 Kunal Mehta (Legoktmtalk)
互換性の方針 MediaWiki とともにリリースされるスナップショット。 master には後方互換性がありません。
MediaWiki
ライセンス ライセンス未指定
ダウンロード
README
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
translatewiki.net で翻訳を利用できる場合は、SecureLinkFixer 拡張機能の翻訳にご協力ください
問題点 未解決のタスク · バグを報告

SecureLinkFixer拡張機能は、ドメインが常にHTTPSを要求する場合、URLを自動的にHTTPSに書き換えます。ドメインのリストには、Mozilla HSTSプリロードリストを使用します。

書き換えは、ページが解析される際にその場で行われます。ウィキへの編集は行われず、ページのソースは元のURLを保持します。

インストール

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/SecureLinkFixer/ja</tvar>|Download]] and move the extracted <tvar name=name>SecureLinkFixer/ja</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SecureLinkFixer%2Fja
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'SecureLinkFixer/ja' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

注記

ドメインの一覧は、slf Toolforgeツールのスクリプトで毎週更新されています。

着想元