From 0cb0541fdf13ed101391efc39c2b81daf1ed58f1 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 5 Feb 2016 01:00:34 +0100 Subject: Switch to https: links explicitly for absolute URLs In 2016, nobody has any problem accessing https: links and good reason to do so. Also, Firefox 38.5 errors out protocol-less jQuery links on http: pages for some reason, so the nav bar didn't load. --- mgapeople.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mgapeople.conf b/mgapeople.conf index dad791e..6947fcf 100644 --- a/mgapeople.conf +++ b/mgapeople.conf @@ -9,5 +9,5 @@ output_format: tmpl_dir: /usr/share/mgapeople/tmpl maintdburl: http://pkgsubmit.mageia.org/data/maintdb.txt sitename: people.mageia.org -staticdir_url: //people.mageia.org/static -links_protocol: // +staticdir_url: /static +links_protocol: https:// -- cgit v1.2.1