Searched defs:allowedProtocols (Results 1 – 1 of 1) sorted by relevance
171 private final Set<String> allowedProtocols = Sets.newLinkedHashSet(); field in HtmlPolicyBuilder518 Set<String> allowedProtocols = ImmutableSet.copyOf(this.allowedProtocols); in compilePolicies() local