Home
last modified time | relevance | path

Searched refs:allowed_protocols (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
Dtest_sanitizer.py89 …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:
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
Dsanitizer.py166 allowed_protocols = acceptable_protocols variable in HTMLSanitizerMixin
212 if uri.scheme not in self.allowed_protocols:
/external/curl/lib/
Durldata.h1594 long allowed_protocols; member
Durl.c562 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()