doc: update readme about http served site
This commit is contained in:
parent
5441ddb1c6
commit
f39133daf1
2 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,9 @@
|
|||
|
||||
> Yet Another [Clash](https://github.com/Dreamacro/clash) Dashboard
|
||||
|
||||
Note for Firefox user:
|
||||
The site [http://yacd.haishan.me](http://yacd.haishan.me) is served with HTTP not HTTPS is because many browsers blocking request to HTTP resources from a HTTPS website. If you think it's not safe or not comfort with this, you can actually download the [zip of the gh-pages](https://github.com/haishanh/yacd/archive/gh-pages.zip), unzip and open `index.html` directly.
|
||||
|
||||
Extra note for Firefox users:
|
||||
|
||||
**yacd** is using the [Fetch (Web) API][fetch-api] to stream chunked API response from Clash to draw the traffic chart. But currently the streaming feature in Firefox needs to be turned on manually. Here is how to:
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<meta property="og:image" content="https://haishanh.github.io/yacd/yacd-128.png">
|
||||
<meta property="og:site_name" content="yacd">
|
||||
<meta property="og:type" content="object">
|
||||
<meta property="og:title" content="yacd - Yet Another Clash Dashboard">
|
||||
<meta property="og:title" content="yacd">
|
||||
<meta property="og:url" content="https://haishanh.github.io/yacd">
|
||||
<meta property="og:description" content="yacd - Yet Another Clash Dashboard.">
|
||||
|
||||
|
|
Loading…
Reference in a new issue