Parcourir la source

Allow data URL in CSP config for images

Jordi Boggiano il y a 5 ans
Parent
commit
9592e60270
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/config/config_prod.yml

+ 1 - 0
app/config/config_prod.yml

@@ -95,6 +95,7 @@ nelmio_security:
             img-src:
                 - 'self'
                 - 'https:'
+                - 'data:'
                 - 'http://www.google-analytics.com/'
             style-src:
                 - 'self'