Explorar o código

Allow data URL in CSP config for images

Jordi Boggiano %!s(int64=5) %!d(string=hai) anos
pai
achega
9592e60270
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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'