Explorar el Código

Allow manifest loading via CSP (2)

rugk hace 10 años
padre
commit
b11866a63b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/Configuration.php

+ 1 - 1
lib/Configuration.php

@@ -51,7 +51,7 @@ class Configuration
             'languagedefault' => '',
             'urlshortener' => '',
             'icon' => 'identicon',
-            'cspheader' => 'default-src \'none\'; connect-src *; script-src \'self\'; style-src \'self\'; font-src \'self\'; img-src \'self\' data:;',
+            'cspheader' => 'default-src \'none\'; connect-src *; manifest-src \'self\'; script-src \'self\'; style-src \'self\'; font-src \'self\'; img-src \'self\' data:;',
             'zerobincompatibility' => false,
         ),
         'expire' => array(