Selaa lähdekoodia

fix: add support to http scheme. (#3985)

Co-authored-by: fred-bf <157469842+fred-bf@users.noreply.github.com>
Anivie Michaelis 1 vuosi sitten
vanhempi
commit
47ae874e4d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src-tauri/tauri.conf.json

+ 1 - 0
src-tauri/tauri.conf.json

@@ -86,6 +86,7 @@
       }
     },
     "security": {
+      "dangerousUseHttpScheme": true,
       "csp": null
     },
     "updater": {