瀏覽代碼

doc: mention privacy error in Chrome for development

j8
moses gunesch 5 年之前
父節點
當前提交
76607bbad8
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      doc/development.md

+ 4
- 0
doc/development.md 查看文件

@@ -76,3 +76,7 @@ make dev
76 76
 ```
77 77
 
78 78
 The app should be running at https://localhost:8080/
79
+
80
+#### Chrome Privacy Error
81
+
82
+Newer versions of Chrome may block localhost under https and show `NET::ERR_CERT_INVALID` on the page. To solve this open [chrome://flags/#allow-insecure-localhost](chrome://flags/#allow-insecure-localhost) and select Enable, then press Relaunch or quit and restart Chrome.

Loading…
取消
儲存