Extension:SecureLinkFixer/pl

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.
Category:Extensions bundled with MediaWiki 1.35/pl Category:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
SecureLinkFixer
Status wydania: stabilneCategory:Stable extensions/pl
Realizacja Rozszerzenie parsera Category:Parser extensions/pl
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.
Licencja Licencja GNU General Public License 3.0 lub nowsza
Pobieranie Category:Extensions in Wikimedia version control/pl
README
Quarterly downloads 8 (Ranked 93rd)
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
Category:All extensions/pl

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

Category:Extensions used on Wikimedia/pl#SecureLinkFixer/pl
Category:All extensions/pl Category:Extensions available as Debian packages/pl Category:Extensions bundled with MediaWiki 1.35/pl Category:Extensions in Wikimedia version control/pl Category:Extensions included in BlueSpice/pl Category:Extensions included in Canasta/pl Category:Extensions included in Miraheze/pl Category:Extensions included in MyWikis/pl Category:Extensions included in ProWiki/pl Category:Extensions used on Wikimedia/pl Category:GPL licensed extensions/pl Category:LinkerMakeExternalLink extensions/pl Category:Parser extensions/pl Category:Stable extensions/pl