Manual:$wgSVGMetadataCutoff
Appearance
| SVG: $wgSVGMetadataCutoff | |
|---|---|
| Don't read SVG metadata beyond this point. |
|
| Introducido en la versión: | 1.17.0 (r83374) |
| Eliminado en la versión: | aún se usa |
| Valores permitidos: | (entero) |
| Valor predeterminado: | 5242880 (1.42+) 262144 (1.17-1.41) |
| Otras configuraciones: Alfabéticamente | Por Función | |
Detalles
Let X = the value of this setting. If the file size (in bytes) of a given SVG is greater than X, only the first X bytes of the SVG file will be read by the metadata extractor. This is to prevent excessive resource consumption by having to load large SVGs into an XML parser.