mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-11 17:48:56 +01:00
* [Cloudflare] Fix recent CF JS Challenge error that calls DOM * Replace `atob` to pure js version. (was node.js API which invalid) * Use `atob` as native function `Base64.decode()`` * Use okio Base64 decoder instead of Android one.