mirror of
https://github.com/mihonapp/mihon.git
synced 2025-04-01 10:05:39 +02: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.