Searched refs:whitelist (Results 1 – 15 of 15) sorted by relevance
55 supported request types. If both a blacklist and a whitelist are56 specified, then the blacklist is applied before the whitelist.61 whitelist will be logged and replied to with a failure message.
6721 Add ability to whitelist and/or blacklist sftp protocol requests by name.
58 // FIXME: this should be a whitelist. When changing this to a whitelist, don't
114 in_addr_t *whitelist; member
709 ifo->whitelist = xrealloc(ifo->whitelist, in parse_option()711 ifo->whitelist[ifo->whitelist_len++] = addr.s_addr; in parse_option()712 ifo->whitelist[ifo->whitelist_len++] = addr2.s_addr; in parse_option()
498 if (ifo->whitelist[i] == (addr & ifo->whitelist[i + 1])) in whitelisted_ip()
48 whitelist = true;264 if FLAGS.whitelist then
100 uint8_t whitelist[WHITELIST_MAX_LEN]; member476 p_admin_info->whitelist[i] = i + 2; in phHciNfc_Admin_Initialise()480 (uint8_t *)p_admin_info->whitelist, i ); in phHciNfc_Admin_Initialise()1178 p_admin_info->whitelist[i] = reg_value[i]; in phHciNfc_Admin_InfoUpdate()
13 whitelist: comma separated list of IP addresses that will not be rate limited. key
431 public HtmlPolicyBuilder allowStyling(CssSchema whitelist) { in allowStyling() argument434 new StylingPolicy(whitelist), ImmutableList.of("style")); in allowStyling()
609 protected boolean checkWhitelist(List<String> whitelist, String candidate) in checkWhitelist() argument611 for (String address : whitelist) in checkWhitelist()
56 var whitelist = {Promise: true, TypeError: true} variable59 if (name in whitelist || name[0] === name[0].toLowerCase()) delete globals[i]
META-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...
202 def objcmt_whitelist_dir_path: Joined<["-"], "objcmt-whitelist-dir-path=">, Flags<[CC1Option]>,
1484 + 288194 Add blacklist/whitelist to ProxyServlet and ProxyHandler