Change jsDelivr CDN URL to Fastly (#7156)
(cherry picked from commit 7b242bf118)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/extension/api/ExtensionGithubApi.kt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user