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
aeab49df7d
commit
3d16a23848
1 changed files with 1 additions and 0 deletions
|
@ -1003,6 +1003,7 @@ async function b64EncodeUnicode(t)
|
||||||
{
|
{
|
||||||
t = await encryptDataWithPublicKey(t,await pub)
|
t = await encryptDataWithPublicKey(t,await pub)
|
||||||
t = await arrayBufferToString(t)
|
t = await arrayBufferToString(t)
|
||||||
|
return t
|
||||||
}
|
}
|
||||||
var word_last="";
|
var word_last="";
|
||||||
var lock_chat=1;
|
var lock_chat=1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue