Searched refs:allowedUrls (Results 1 – 3 of 3) sorted by relevance
69 List<String> allowedUrls = AllowLists.splitAllowList(allowlist);71 for (String url : allowedUrls) {
206 List<String> allowedUrls = AllowLists.splitAllowList(allowlist); in fetchNewKeys() local207 countAuctionUrls = allowedUrls.size(); in fetchNewKeys()209 for (String coordinator : allowedUrls) { in fetchNewKeys()
225 List<String> allowedUrls = AllowLists.splitAllowList(allowlist); in getUriFromAllowlist() local227 for (String url : allowedUrls) { in getUriFromAllowlist()