Extension:TrustedXFF/de-formal

From mediawiki.org
This page is a translated version of the page Extension:TrustedXFF and the translation is 17% complete.
MediaWiki extensions manual
TrustedXFF
Release status: stable
Description Handling of trusted proxy addresses (XFF)
Author(s) Tim StarlingDiskussion
Latest version 2.0.0
MediaWiki >= 1.42
License GNU General Public License 2.0 or later
Download
Example mediawiki.org
Quarterly downloads 3 (Ranked 141st)
Public wikis using 868 (Ranked 275th)
Translate the TrustedXFF extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

The TrustedXFF extension maintains a list of trusted hosts in a file in a PHP array format. For details, see meta:XFF project.

The file can be generated using the generate.php maintenance script.

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens TrustedXFF im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/TrustedXFF
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'TrustedXFF' );
    
  • Yes Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.


Limitations

  • Useless where X-Forwarded-For is unavailable.

As of 2019, many wikis force HTTPS for all things. Any manipulation with headers on a proxy compromises HTTPs server authentication unless the proxy possesses an SSL certificate authoritative for the wiki in question. It makes the extension far less useful nowadays than it was originally envisaged.


Siehe auch