diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2016-02-05 01:00:34 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2016-02-05 01:00:34 +0100 |
commit | 0cb0541fdf13ed101391efc39c2b81daf1ed58f1 (patch) | |
tree | ac645313bb841228a1365fe1e93238bad7d3a7f9 | |
parent | 2aefc124e7f5650ab66461a7d56ef0c19cbb14de (diff) | |
download | mgapeople-0cb0541fdf13ed101391efc39c2b81daf1ed58f1.tar mgapeople-0cb0541fdf13ed101391efc39c2b81daf1ed58f1.tar.gz mgapeople-0cb0541fdf13ed101391efc39c2b81daf1ed58f1.tar.bz2 mgapeople-0cb0541fdf13ed101391efc39c2b81daf1ed58f1.tar.xz mgapeople-0cb0541fdf13ed101391efc39c2b81daf1ed58f1.zip |
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.
-rw-r--r-- | mgapeople.conf | 4 |
1 files 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:// |