Explorar o código

Fixed minor CORS issue in file manager pwa

TC pushbot 5 %!s(int64=4) %!d(string=hai) anos
pai
achega
9241476ed3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web/SystemAO/file_system/file_explorer.html

+ 1 - 1
web/SystemAO/file_system/file_explorer.html

@@ -4,7 +4,7 @@
         <meta charset="UTF-8">
         <meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=no">
         <link rel="stylesheet" href="../../script/tocas/tocas.css">
-        <link rel="manifest" href="manifest.json">
+        <link rel="manifest" crossorigin="use-credentials" href="manifest.json">
         <script type="text/javascript" src="../../script/tocas/tocas.js"></script>
         <script type="text/javascript" src="../../script/jquery.min.js"></script>
         <script type="text/javascript" src="../../script/ao_module.js"></script>