Skip to content

Commit

Permalink
FusClient: fix 403 Client Error: Forbidden
Browse files Browse the repository at this point in the history
* cloud-neofussvr.sslcs.cdngc.net no longer works for downloading but still works fine for nonce.
* Fixes zacharee#107
  • Loading branch information
ananjaser1211 committed Oct 8, 2023
1 parent 64fc960 commit 8a0d504
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ class FusClient(
}

fun getDownloadUrl(path: String): String {
return generateProperUrl(useProxy, "http://cloud-neofussvr.sslcs.cdngc.net/NF_DownloadBinaryForMass.do?file=${path}")
return generateProperUrl(useProxy, "http://cloud-neofussvr.samsungmobile.com/NF_DownloadBinaryForMass.do?file=${path}")
}

/**
Expand Down

0 comments on commit 8a0d504

Please sign in to comment.