mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
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:
parent
545344f5eb
commit
74cd76d02c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user