Home | History | Annotate | Download | only in html

Lines Matching defs:allowedProtocols

171   private final Set<String> allowedProtocols = Sets.newLinkedHashSet();
374 * specifies one in the allowedProtocols white-list.
392 allowedProtocols.add(protocol);
404 allowedProtocols.remove(protocol);
518 Set<String> allowedProtocols = ImmutableSet.copyOf(this.allowedProtocols);
547 // specifies one in the allowedProtocols white-list.
554 if (allowedProtocols.size() == 3
555 && allowedProtocols.contains("mailto")
556 && allowedProtocols.contains("http")
557 && allowedProtocols.contains("https")) {
561 allowedProtocols);