Fix reddit link previews.
This commit is contained in:
parent
33d02bb7b8
commit
ef6019f13b
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ public class LinkPreviewRepository {
|
|||
public LinkPreviewRepository() {
|
||||
this.client = new OkHttpClient.Builder()
|
||||
.proxySelector(new ContentProxySelector())
|
||||
.addInterceptor(new UserAgentInterceptor())
|
||||
.addNetworkInterceptor(new ContentProxySafetyInterceptor())
|
||||
.cache(null)
|
||||
.build();
|
||||
|
|
Loading…
Add table
Reference in a new issue