mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-22 06:01:13 +01:00
7551941ef2
* [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.