yacy_search_server/source/net/yacy
luccioman cdcd923375 Privacy enhancement : added settings to control referrer policy.
HTTP "Referer" header sent by the browser when using YaCy can now be
controlled either with the referrer meta tag as a global policy, or only
for search result links by adding the attribute rel="noreferrer".

To improve privacy with the less possible regressions, the default is
set as meta tag with value "origin-when-cross-origin" : internal YaCy
links behavior is not affected, but when visiting external websites
referrer url is not empty but stripped from query parameters and path.

Older browsers, Safari, MS IE and Edge do not support the referrer meta
tag, so the standard but less flexible noreferrer link type can also be
enabled as an alternative.

User-friendly settings page to be implemented.
2017-02-28 18:11:54 +01:00
..
contentcontrol Refactoring : use StandardCharsets constants instead of hard-coded 2016-01-05 23:37:05 +01:00
cora Adjust DefaultServlet test case to recent change, 2017-02-26 02:39:52 +01:00
crawler Fixed display of crawler pending URLs counts in HostBrowser.html page. 2017-01-22 12:31:14 +01:00
data Cleaned up some Javadoc warnings. 2017-01-09 16:44:47 +01:00
document fix htmlParser <script> text extraction on code containing expression 2017-02-24 01:25:32 +01:00
gui Cleaned up some Javadoc warnings. 2017-01-09 16:44:47 +01:00
http Privacy enhancement : added settings to control referrer policy. 2017-02-28 18:11:54 +01:00
kelondro assure that RWI Index.Segment IODispatcher is not blocking on shudown 2017-01-24 01:51:28 +01:00
peers Added a new Debug/Analysis advanced settings subsection. 2017-02-09 11:05:06 +01:00
repository Replaced absolute redirection locations by relative ones when possible. 2017-02-09 16:42:21 +01:00
search Privacy enhancement : added settings to control referrer policy. 2017-02-28 18:11:54 +01:00
server Added some JavaDoc. 2017-01-06 11:23:40 +01:00
utils Hardened system update checks. 2016-12-16 11:03:09 +01:00
visualization Fixed image and favicon viewing for unauthenticated local requests. 2016-11-28 22:10:05 +01:00
dbtest.java enhanced graphics computation (avoiding long string parsing for colours) 2014-10-15 10:31:24 +02:00
migration.java remove old/obsolete clear text "adminAccount" credential entry from init 2016-11-20 00:20:47 +01:00
yacy.java Fixed YaCy proper shutdown triggered by SIGTERM signal. 2016-12-28 09:47:27 +01:00