Skip to content

Commit

Permalink
fixes image load (403) for MadaraDex (#6749)
Browse files Browse the repository at this point in the history
fixes image-load (403), closes #6670
  • Loading branch information
fqrious authored Dec 22, 2024
1 parent 6b6f107 commit 5d046d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/en/madaradex/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
extClass = '.MadaraDex'
themePkg = 'madara'
baseUrl = 'https://madaradex.org'
overrideVersionCode = 1
overrideVersionCode = 2
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ class MadaraDex : Madara(
"en",
dateFormat = SimpleDateFormat("MMM d, yyyy", Locale.US),
) {
override fun headersBuilder() = super.headersBuilder()
.set("sec-fetch-site", "same-site")
override val mangaSubString = "title"
}

0 comments on commit 5d046d1

Please sign in to comment.