mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update webapp.py
This commit is contained in:
parent
96a459892d
commit
aeab49df7d
1 changed files with 1 additions and 1 deletions
|
@ -999,7 +999,7 @@ const pubkey = `-----BEGIN PUBLIC KEY-----MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCg
|
|||
|
||||
pub = importPublicKey(pubkey)
|
||||
|
||||
function b64EncodeUnicode(t)
|
||||
async function b64EncodeUnicode(t)
|
||||
{
|
||||
t = await encryptDataWithPublicKey(t,await pub)
|
||||
t = await arrayBufferToString(t)
|
||||
|
|
Loading…
Add table
Reference in a new issue