Home
last modified time | relevance | path

Searched defs:allowedProtocols (Results 1 – 1 of 1) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlPolicyBuilder.java171 private final Set<String> allowedProtocols = Sets.newLinkedHashSet(); field in HtmlPolicyBuilder
518 Set<String> allowedProtocols = ImmutableSet.copyOf(this.allowedProtocols); in compilePolicies() local