Jump to content

Extension:NativeSvgHandler/pl

From mediawiki.org
This page is a translated version of the page Extension:NativeSvgHandler and the translation is 11% complete.
Podręcznik rozszerzeń MediaWiki
NativeSvgHandler
Status wydania: stabilne
Realizacja Media
Opis Serves SVG images directly to clients
Autor(zy) alistair3149dyskusja
Ostatnia wersja 1.4.0
Polityka zgodności Master utrzymuje kompatybilność wsteczną.
MediaWiki 1.35+
Zmiany w bazie danych Nie
Licencja Licencja publiczna GNU General Public License 3.0
Pobieranie
Quarterly downloads 147 (Ranked 42nd)
Przetłumacz rozszerzenie NativeSvgHandler jeżeli jest dostępne na translatewiki.net

The NativeSvgHandler extension allows SVG files to be served directly to clients for client-side rendering.

Instalacja

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

Security

NativeSvgHandler serves SVG directly to clients through image tags, which is not vulnerable to XSS attack. XSS attacks are only relevant when it is accessed directly through original file on the file page, which is neither in the scope nor in control of this extension.

See also