Change jsDelivr CDN URL to Fastly (#7156)
(cherry picked from commit 7b242bf11833ebd6dda34df295dfa7cd45cb88d0) # Conflicts: # app/src/main/java/eu/kanade/tachiyomi/extension/api/ExtensionGithubApi.kt (cherry picked from commit bbdbaa1de68a9fb4f071727962b97fd5177092fc)
This commit is contained in:
parent
153022df0a
commit
9820e1097d
@ -169,7 +169,7 @@ internal class ExtensionGithubApi {
|
||||
|
||||
private const val BASE_URL = "https://raw.githubusercontent.com/"
|
||||
private const val REPO_URL_PREFIX = "${BASE_URL}tachiyomiorg/tachiyomi-extensions/repo/"
|
||||
private const val FALLBACK_BASE_URL = "https://cdn.jsdelivr.net/gh/"
|
||||
private const val FALLBACK_BASE_URL = "https://fastly.jsdelivr.net/gh/"
|
||||
private const val FALLBACK_REPO_URL_PREFIX = "${FALLBACK_BASE_URL}tachiyomiorg/tachiyomi-extensions@repo/"
|
||||
|
||||
@Serializable
|
||||
|
Loading…
x
Reference in New Issue
Block a user