mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
v2.24.3
This commit is contained in:
parent
4805a377c4
commit
94c4b6c849
9 changed files with 25 additions and 12 deletions
|
|
@ -47,6 +47,7 @@ export const
|
|||
proxy = url =>
|
||||
SERVER_PREFIX + '/ProxyExternal/'
|
||||
+ btoa(url.replace(/ /g, '%20')).replace(/\+/g, '-').replace(/\//g, '_').replace(/=+$/, ''),
|
||||
// + b64EncodeJSONSafe(url.replace(/ /g, '%20')),
|
||||
|
||||
/**
|
||||
* @param {string} type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue