File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/src/main/java/com/duckduckgo/app/httpsupgrade/api Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ import retrofit2.http.GET
2525
2626interface HttpsUpgradeService {
2727
28- @GET(" https://staticcdn.duckduckgo.com/https/https-mobile-whitelist.json" )
28+ @GET(" https://staticcdn.duckduckgo.com/https/https-mobile-whitelist.json?cache_version=1 " )
2929 fun whitelist (): Call <List <HttpsWhitelistedDomain >>
3030
31- @GET(" https://staticcdn.duckduckgo.com/https/https-mobile-bloom-spec.json" )
31+ @GET(" https://staticcdn.duckduckgo.com/https/https-mobile-bloom-spec.json?cache_version=1 " )
3232 fun httpsBloomFilterSpec (): Observable <HttpsBloomFilterSpec >
3333
34- @GET(" https://staticcdn.duckduckgo.com/https/https-mobile-bloom.bin" )
34+ @GET(" https://staticcdn.duckduckgo.com/https/https-mobile-bloom.bin?cache_version=1 " )
3535 fun httpsBloomFilter (): Call <ResponseBody >
3636}
You can’t perform that action at this time.
0 commit comments