Browse Source

Enforce https for githubusercontent.com

Jordi Boggiano 7 năm trước cách đây
mục cha
commit
77514f900c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/config/config_prod.yml

+ 1 - 1
app/config/config_prod.yml

@@ -95,7 +95,7 @@ nelmio_security:
             img-src:
                 - 'self'
                 - 'https://www.gravatar.com/'
-                - '*.githubusercontent.com'
+                - 'https://*.githubusercontent.com'
                 - 'https://raw.github.com/'
                 - 'https://github.com/'
                 - 'https://gitlab.com/'