summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-09-23 19:47:08 +0800
committerHaishan <[email protected]>2020-10-12 20:42:41 +0800
commit2ad0217ee4d9c32dcd0a97043efe989155751dd4 (patch)
tree380deab2f882e31b78c6befbd31abcb5b2a2c4d3 /README.md
parent41213fd214676efd6e33d9f6b8f0fc088c9dddb7 (diff)
build: upgrade deps
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/README.md b/README.md
index b6ec1c1..a3e7f41 100644
--- a/README.md
+++ b/README.md
@@ -4,18 +4,10 @@
> Yet Another [Clash](https://github.com/Dreamacro/clash) [Dashboard](https://github.com/Dreamacro/clash-dashboard)
-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 has security concern, 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.
+The site [http://yacd.haishan.me](http://yacd.haishan.me) is served with HTTP not HTTPS is because many browsers block requests to HTTP resources from a HTTPS website. If you think it's not safe, you could just download the [zip of the gh-pages](https://github.com/haishanh/yacd/archive/gh-pages.zip), unzip and open or serve `index.html` directly.
[Docker image](https://hub.docker.com/r/haishanh/yacd) is also available as `haishanh/yacd`.
-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:
-
-Visit `about:config`, search for `dom.streams.enabled` and `javascript.options.streams`, double click those items to turn them on.
-
-[fetch-api]: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
-
## Development
```sh