Extension:TrustedXFF/pl

Category:Extensions with invalid or missing type/plCategory:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
TrustedXFF
Status wydania: stabilneCategory:Stable extensions/pl
Opis Handling of trusted proxy addresses (XFF)
Autor(zy) Tim Starlingdyskusja
Ostatnia wersja 2.0.0
MediaWiki >= 1.45
Licencja Licencja GNU General Public License 2.0 lub nowsza
Pobieranie Category:Extensions in Wikimedia version control/pl
Przykład mediawiki.org
Przetłumacz rozszerzenie TrustedXFF jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd
Category:All extensions/pl

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' );
    
  • Yes 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ż

Category:Extensions used on Wikimedia/pl#TrustedXFF/pl
Category:All extensions/pl Category:Extensions in Wikimedia version control/pl Category:Extensions used on Wikimedia/pl Category:Extensions with invalid or missing type/pl Category:GPL licensed extensions/pl Category:IsTrustedProxy extensions/pl Category:Stable extensions/pl