Add FAVICON_PROVIDER option for custom favicon service

This commit is contained in:
Micah R Ledbetter 2023-05-05 20:42:36 -05:00
parent a1e2fce405
commit 1e50ca243e
3 changed files with 6 additions and 4 deletions

View file

@ -183,7 +183,8 @@ CONFIG_SCHEMA: Dict[str, ConfigDefaultDict] = {
'--compressed'
]},
'GIT_ARGS': {'type': list, 'default': ['--recursive']},
'SINGLEFILE_ARGS': {'type': list, 'default' : None}
'SINGLEFILE_ARGS': {'type': list, 'default' : None},
'FAVICON_PROVIDER': {'type': str, 'default': 'https://www.google.com/s2/favicons?domain={}'},
},
'SEARCH_BACKEND_CONFIG' : {