Searched refs:allowed_protocols (Results 1 – 4 of 4) sorted by relevance
89 …ribute_value = '%s://sub.domain.tld/path/object.ext' % sanitizer.HTMLSanitizer.allowed_protocols[0]102 for protocol in sanitizer.HTMLSanitizer.allowed_protocols:121 for protocol in sanitizer.HTMLSanitizer.allowed_protocols:
166 allowed_protocols = acceptable_protocols variable in HTMLSanitizerMixin212 if uri.scheme not in self.allowed_protocols:
1594 long allowed_protocols; member
562 set->allowed_protocols = CURLPROTO_ALL; in Curl_init_userdefined()2433 data->set.allowed_protocols = va_arg(param, long); in Curl_setopt()3886 if(!(data->set.allowed_protocols & p->protocol)) in findprotocol()