diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-11-12 23:29:25 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-11-12 23:29:25 +0100 |
| commit | 6a0b218ae55c237de9e7c293a2dc38145ad51cb2 (patch) | |
| tree | c493af1a4c95d522845b4b5f7d60d39427a77934 /htroot/yacysearch.html | |
| parent | 17fc09036e0fe90d9fa3162ecb5b00da8cf17a6c (diff) | |
Absolute URLs in yacysearch.* : ensure no downgrade from https to http
Also removed unnecessary use of deprecated Seed.getIP().
Diffstat (limited to 'htroot/yacysearch.html')
| -rw-r--r-- | htroot/yacysearch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/yacysearch.html b/htroot/yacysearch.html index 536eba0c3..513dafe18 100644 --- a/htroot/yacysearch.html +++ b/htroot/yacysearch.html @@ -4,7 +4,7 @@ <title>#[former]# - YaCy '#[clientname]#': Search Page</title> #%env/templates/metas.template%# <link rel="alternate" type="application/rss+xml" title="Search for #[former]#" href="yacysearch.rss?query=#[formerEncoded]#" /> - <link rel="search" type="application/opensearchdescription+xml" title="YaCy '#[clientname]#'" href="http://#[thisaddress]#/opensearchdescription.xml" /> + <link rel="search" type="application/opensearchdescription+xml" title="YaCy '#[clientname]#'" href="#[thisaddress]#/opensearchdescription.xml" /> <link rel="stylesheet" type="text/css" media="screen" href="env/highslide.css" /> <script type="text/javascript" src="js/ajax.js"></script> <script type="text/javascript" src="js/xml.js"></script> |
