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)
This commit is contained in:
Kovid Goyal 2013-06-14 16:35:21 +05:30
parent 545344f5eb
commit 74cd76d02c

View File

@ -92,7 +92,7 @@ defs['tags_browser_partition_method'] = 'first letter'
defs['tags_browser_collapse_at'] = 100 defs['tags_browser_collapse_at'] = 100
defs['tag_browser_dont_collapse'] = [] defs['tag_browser_dont_collapse'] = []
defs['edit_metadata_single_layout'] = 'default' 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['preserve_date_on_ctl'] = True
defs['manual_add_auto_convert'] = False defs['manual_add_auto_convert'] = False
defs['cb_fullscreen'] = False defs['cb_fullscreen'] = False