Jump to content

Extension:SecureLinkFixer/pl

From mediawiki.org
This page is a translated version of the page Extension:SecureLinkFixer and the translation is 25% complete.
This extension comes with MediaWiki 1.35 and above. W związku z tym nie musi być ponownie pobierane. Niemniej jednak wciąż musisz wykonać inne podane instrukcje.
Podręcznik rozszerzeń MediaWiki
SecureLinkFixer
Status wydania: stabilne
Realizacja Rozszerzenie parsera
Opis Rewrites URLs to HTTPS if domain always requires HTTPS
Autor(zy) Kunal Mehta (Legoktmdyskusja)
Polityka zgodności Snapshots releases along with MediaWiki. Master nie jest kompatybilny wstecznie.
MediaWiki >= 1.43
Licencja Licencja GNU General Public License 3.0 lub nowsza
Pobieranie
README
Quarterly downloads 15 (Ranked 116th)
Public wikis using 1,070 (Ranked 259th)
Przetłumacz rozszerzenie SecureLinkFixer jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd

The SecureLinkFixer extension automatically rewrites URLs to HTTPS if the domain always requires HTTPS. It uses the Mozilla HSTS preload list for the list of domains.

The rewrite is done on-the-fly as pages are parsed. No edits to the wiki are made, and the page source retains the original URL.

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie SecureLinkFixer 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/SecureLinkFixer
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'SecureLinkFixer' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Uwagi

The list of domains is updated weekly by a script in the slf Toolforge tool.

Inspiration