From 258dfd8bfce6c43740bb1e7a07ad05665212c82c Mon Sep 17 00:00:00 2001 From: JeremyRand Date: Sat, 7 Dec 2013 22:57:38 -0600 Subject: [PATCH] Clarified in readme that this works in HTTPS sites too. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a802db8..90fe188 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ YaCyIndexerGreasemonkey ======================= -This is a Greasemonkey script to index visited websites with the [YaCy P2P search engine](http://yacy.net/). It has the advantage over YaCy's proxy server that it can index pages with cookies, and (in many case) pages with query strings, without leaking private data. It can also crawl visited pages with a depth other than 0 (something YaCy's proxy does not support). +This is a Greasemonkey script to index visited websites with the [YaCy P2P search engine](http://yacy.net/). It has the advantage over YaCy's proxy server that it can index pages with cookies, pages which use HTTPS encryption, and (in many case) pages with query strings, without leaking private data. It can also crawl visited pages with a depth other than 0 (something YaCy's proxy does not support). Installation (Basic) --------------------