Difference between revisions of "Mediawiki Extension NativeSvgHandler"
Jump to navigation
Jump to search
m (Added infobox and semantic variables) |
m (Text replacement - "Template-uk:Class-Infobox-Software" to "Template:Class-Infobox-Software") |
||
Line 1: | Line 1: | ||
'''<span style="color:white; background:white">[[PageName::{{PAGENAME}}|]]</span>''' | '''<span style="color:white; background:white">[[PageName::{{PAGENAME}}|]]</span>''' | ||
<!-- Template Infobox Software --> | <!-- Template Infobox Software --> | ||
− | {{Template | + | {{Template:Class-Infobox-Software |
|image = <!-- If an logo is required, enter the link here --> | |image = <!-- If an logo is required, enter the link here --> | ||
|Section = [[Section::{{PAGENAME}}]] | |Section = [[Section::{{PAGENAME}}]] |
Revision as of 13:31, 25 February 2021
Mediawiki Extension NativeSvgHandler
Section: | Mediawiki Extension NativeSvgHandler |
---|---|
Source: | DataSource |
Language: | English |
Subject: | Mediawiki |
Document Type : | Extension |
Last Edit By: | DochyJP |
LastEdit: | 2021-02-25 |
Document Status: | Active |
Description
The NativeSvgHandler extension allows SVG files to be served directly to clients for client-side rendering.
Installation
Download
Download and place the file(s) in a directory called NativeSvgHandler in your extensions/ folder.
Activation
Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'NativeSvgHandler' );
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.