HomeSort by relevance Sort by last modified time
    Searched full:allowed_protocols (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
test_sanitizer.py 89 attribute_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/
sanitizer.py 166 allowed_protocols = acceptable_protocols variable in class:HTMLSanitizerMixin
174 # in ALLOWED_PROTOCOLS are allowed.
212 if uri.scheme not in self.allowed_protocols:
  /external/curl/lib/
url.c 569 set->allowed_protocols = CURLPROTO_ALL;
    [all...]
urldata.h 1646 long allowed_protocols; member in struct:UserDefined
    [all...]

Completed in 106 milliseconds