diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-12-21 19:17:06 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-12-21 19:17:06 +0100 |
| commit | eb78388a98cdcc407ca705e5ebf84fb5f66e1f1c (patch) | |
| tree | 9b40438c82172cf64b2f88cd9364be81c4395087 /defaults | |
| parent | 84e2cccab4320346735e6b10618f3de77a00b7d5 (diff) | |
changed prefer strategy for http unique in such a way that http is
preferred over https. While this is a bad idea from the standpoint of
security it is more common applicable for environments where http and
https mix and for some domains https is not available. Then the
double-check is possible even if no postprocessing is performed.
Diffstat (limited to 'defaults')
| -rw-r--r-- | defaults/yacy.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/yacy.init b/defaults/yacy.init index 055d0f99c..08cf1cffe 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -1033,7 +1033,7 @@ search.ranking.solr.doubledetection.quantrate=0.5f # Another attribute for double content is a 'greedy' ignoring of a http url is present for each https and vice versa # The same may be true for documents with leading 'www.' subdomain and without. # The following attributes will cause that https is preferred over http and with-www is preferred over without-www -search.ranking.uniqueheuristic.preferhttps = true +search.ranking.uniqueheuristic.preferhttps = false search.ranking.uniqueheuristic.preferwwwprefix = true #optional extern thumbnail program. |
