Commit c098203
MangaLivre: dont use Madara Load More (#14323)
* Fix Cloudflare bypass by adding sec-fetch headers
Manga Livre is blocking Mihon's WebView requests via Cloudflare TLS fingerprint detection. Adding sec-fetch and sec-ch-ua headers makes requests look more like a real browser. Firefox bypasses Cloudflare without cf_clearance, suggesting these headers help distinguish legitimate browser traffic. Library updates work partially with Edge UA but Explore tab fails completely.
* Fix formatting for spotless check
* Use GET requests for browse endpoint to avoid Cloudflare POST blocking
Changed LoadMoreStrategy from Always to Never to use GET requests instead of POST to /wp-admin/admin-ajax.php. Testing shows POST requests to this endpoint return 403 from Cloudflare for Brazilian IPs.
* style: apply spotless formatting
* fix: correct file ending and remove old path
* required changes
---------
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>1 parent cb5ebe2 commit c098203
File tree
2 files changed
+2
-2
lines changed- src/pt/mangalivre
- src/eu/kanade/tachiyomi/extension/pt/mangalivre
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments