From 74cd76d02c09436aec38fb04d38c8470c3efd2cb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 14 Jun 2013 16:35:21 +0530 Subject: [PATCH] Use a https link for the default author link template Fixes #1190952 [please use https where possible for external requests](https://bugs.launchpad.net/calibre/+bug/1190952) --- src/calibre/gui2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/__init__.py b/src/calibre/gui2/__init__.py index 5fcde65ff5..a552ad8594 100644 --- a/src/calibre/gui2/__init__.py +++ b/src/calibre/gui2/__init__.py @@ -92,7 +92,7 @@ defs['tags_browser_partition_method'] = 'first letter' defs['tags_browser_collapse_at'] = 100 defs['tag_browser_dont_collapse'] = [] defs['edit_metadata_single_layout'] = 'default' -defs['default_author_link'] = 'http://en.wikipedia.org/w/index.php?search={author}' +defs['default_author_link'] = 'https://en.wikipedia.org/w/index.php?search={author}' defs['preserve_date_on_ctl'] = True defs['manual_add_auto_convert'] = False defs['cb_fullscreen'] = False