Extension:TrustedXFF/pl

This page is a translated version of the page Extension:TrustedXFF and the translation is 17% complete.
Podręcznik rozszerzeń MediaWiki
TrustedXFF
Status wydania: stabilne
Opis Handling of trusted proxy addresses (XFF)
Autor(zy) Tim Starlingdyskusja
Ostatnia wersja 2.0.0
MediaWiki >= 1.42
Licencja GNU General Public License 2.0 or later
Pobieranie
Przykład mediawiki.org
Quarterly downloads 3 (Ranked 139th)
Public wikis using 868 (Ranked 275th)
Przetłumacz rozszerzenie TrustedXFF jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd

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.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie TrustedXFF w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/TrustedXFF
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'TrustedXFF' );
    
  •   Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.


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.


Zobacz też