Searched refs:allowedProtocols (Results 1 – 5 of 5) sorted by relevance
171 private final Set<String> allowedProtocols = Sets.newLinkedHashSet(); field in HtmlPolicyBuilder392 allowedProtocols.add(protocol); in allowUrlProtocols()404 allowedProtocols.remove(protocol); in disallowUrlProtocols()518 Set<String> allowedProtocols = ImmutableSet.copyOf(this.allowedProtocols); in compilePolicies() local554 if (allowedProtocols.size() == 3 in compilePolicies()555 && allowedProtocols.contains("mailto") in compilePolicies()556 && allowedProtocols.contains("http") in compilePolicies()557 && allowedProtocols.contains("https")) { in compilePolicies()561 allowedProtocols); in compilePolicies()
20 realObject.allowedProtocols = new BitSet(); in __constructor__()43 config.allowedProtocols = (BitSet) realObject.allowedProtocols.clone(); in copy()
34 wifiConfiguration.allowedProtocols.set(2); in shouldCopy()54 assertThat(copy.allowedProtocols.get(2), equalTo(true)); in shouldCopy()
META-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...