Skip to content

Commit

Permalink
Fix InfinityScans Accept header (#6857)
Browse files Browse the repository at this point in the history
  • Loading branch information
1aam2am1 authored Dec 29, 2024
1 parent 1b37362 commit b641549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/en/infinityscans/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'InfinityScans'
extClass = '.InfinityScans'
extVersionCode = 6
extVersionCode = 7
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class InfinityScans : HttpSource() {
}

private val apiHeaders = headersBuilder().apply {
add("Accept", "*/*")
add("Accept", "application/json, text/javascript, */*; q=0.01")
add("Sec-Fetch-Dest", "empty")
add("Sec-Fetch-Mode", "cors")
add("Sec-Fetch-Site", "same-origin")
Expand Down

0 comments on commit b641549

Please sign in to comment.