
show an svg with local image embedded
I know that all browsers, for security reasons, don't allow to show an svg with an embedded (external) image . But if I use, in my private localhost, in a svg an image from local (with a code like: xlink:href="myimage.jpg"
), what security problem should I have?
There is a way to get (maybe in about:config) a solution, so that I may show an svg with a local embedded image?
I know that all browsers, for security reasons, don't allow to show an svg with an embedded (external) image . But if I use, in my private localhost, in a svg an image from local (with a code like: <code>xlink:href="myimage.jpg"</code>), what security problem should I have?
There is a way to get (maybe in about:config) a solution, so that I may show an svg with a local embedded image?