From: Bartosz DziewoƄski Date: Thu, 19 Jan 2017 15:14:40 +0000 (+0100) Subject: UploadBase: Allow RDF Schema namespace in SVG files X-Git-Tag: 1.31.0-rc.0~4228^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=3313b348ccf354043d703b1f4f5dab18205d1b66;p=lhc%2Fweb%2Fwiklou.git UploadBase: Allow RDF Schema namespace in SVG files Bug: T153285 Change-Id: I88938644e7e35ce9372ec33be687c7a899970534 --- diff --git a/includes/upload/UploadBase.php b/includes/upload/UploadBase.php index 96f8638557..79166ef966 100644 --- a/includes/upload/UploadBase.php +++ b/includes/upload/UploadBase.php @@ -1440,6 +1440,7 @@ abstract class UploadBase { 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', 'http://www.w3.org/2000/svg', 'http://www.w3.org/tr/rec-rdf-syntax/', + 'http://www.w3.org/2000/01/rdf-schema#', ]; // Inkscape mangles namespace definitions created by Adobe Illustrator.