diff options
author | Evangelos Foutras <evangelos@foutrelis.com> | 2015-12-31 03:25:41 +0200 |
---|---|---|
committer | Evangelos Foutras <evangelos@foutrelis.com> | 2015-12-31 03:26:35 +0200 |
commit | e4381ff3b71062d49fbb8c267c6b1b4f9ce517fd (patch) | |
tree | 7767379143766066259930b244ab9548e9fc80ed /settings.py | |
parent | 38684410ee23535741c61c32a7d89ef4950bc1fd (diff) |
Allow linking to the PGP server over HTTPS
Signed-off-by: Evangelos Foutras <evangelos@foutrelis.com>
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 6ffed75b..79271772 100644 --- a/settings.py +++ b/settings.py @@ -157,6 +157,7 @@ LOGGING = { ## Server used for linking to PGP keysearch results PGP_SERVER = 'pgp.mit.edu' +PGP_SERVER_SECURE = True # URL to fetch a current list of available ISOs ISO_LIST_URL = 'https://releng.archlinux.org/isos/' |