Browse Source

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

Co-authored-by: fred-bf <157469842+fred-bf@users.noreply.github.com>
Anivie Michaelis 1 năm trước cách đây
mục cha
commit
47ae874e4d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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": {