feat: wikijs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mol
2023-12-06 12:40:27 +08:00
parent fbcce4b987
commit 171b7768c8

View File

@ -21,8 +21,7 @@ host = ''
cookies = {}
headers = {
"Authorization": f'Bearer {search_token}',
"Content-Type": 'application/x-www-form-urlencoded'
"Authorization": '' + f'Bearer {search_token}'
}
'''Some engines might offer different result based on cookies or headers.
Possible use-case: To set safesearch cookie or header to moderate.'''