BenjaminBrandmeier / angular2-image-gallery

Image Gallery built with Angular 18+, node.js and GraphicsMagick
https://oidamo.de/blog/gallery-demo
MIT License
305 stars 106 forks source link

allow special characters in file names and bypass security trust styles #87

Closed apixandru closed 2 years ago

apixandru commented 4 years ago

This fixes two issues

  1. allow special characters in file names by quoting the url
  2. prevent the sanitizing unsafe style value warning

Related issue #44

BenjaminBrandmeier commented 2 years ago

Thanks!