Add missing call.
This commit is contained in:
parent
ef33e91553
commit
40ffc572e3
|
@ -55,6 +55,7 @@ public class PublicationsRetrieverPlugin {
|
|||
|
||||
ConnSupportUtils.shouldBlockMost5XXDomains = false; // If this is "true", all but the "503" will be blocked. Otherwise, only the "511" will be blocked.
|
||||
LoaderAndChecker.setCouldRetryRegex();
|
||||
UrlTypeChecker.setURLDirectoryFilterRegex();
|
||||
|
||||
cookieStore = HttpConnUtils.cookieManager.getCookieStore();
|
||||
|
||||
|
|
Loading…
Reference in New Issue