chiark / gitweb /
use https URI for f-droid.org everywhere and avoid redirects
authorHans-Christoph Steiner <hans@eds.org>
Fri, 31 Jan 2014 01:32:38 +0000 (20:32 -0500)
committerHans-Christoph Steiner <hans@eds.org>
Fri, 31 Jan 2014 01:32:38 +0000 (20:32 -0500)
Now that f-droid.org defaults to https, use only https URIs to save
redirects and leak less info.

README
fdroidserver/update.py
wp-fdroid/wp-fdroid.php

diff --git a/README b/README
index ee354e8d9c0f2b2989ec20d41fbb03a643a86121..4a9ac0755259fa294a4b1f9973de713617e9c4a9 100644 (file)
--- a/README
+++ b/README
@@ -9,4 +9,4 @@ assist in creating, testing and submitting metadata to the main repository.
 
 For documentation, please see the docs directory.
 
-Alternatively, visit http://f-droid.org/manual/
+Alternatively, visit https://f-droid.org/manual/
index 765e63322061df6df8a8ca8482e50d7b1a46f245..ccad3a8090626b23b1b5962b63c076de71ffbc3f 100644 (file)
@@ -96,7 +96,7 @@ def update_wiki(apps, apks):
             wikidata += "This app provides: %s" % ', '.join(app['Summary'].split(','))
 
         wikidata += app['Summary']
-        wikidata += " - [http://f-droid.org/repository/browse/?fdid=" + app['id'] + " view in repository]\n\n"
+        wikidata += " - [https://f-droid.org/repository/browse/?fdid=" + app['id'] + " view in repository]\n\n"
 
         wikidata += "=Description=\n"
         wikidata += metadata.description_wiki(app['Description']) + "\n"
index b4903d43b2ee911542f8dd2ba02c60e62e4fd7a9..0585750e82966cc45872af7812d3aa4018173b07 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
 Plugin Name: WP FDroid
-Plugin URI: http://f-droid.org/repository
+Plugin URI: https://f-droid.org/repository
 Description: An FDroid repository browser
 Author: Ciaran Gultnieks
 Version: 0.01