Home
last modified time | relevance | path

Searched refs:URL_PROTOCOLS (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DHtmlSanitizer.java121 private static final AttributePolicy URL_PROTOCOLS = field in HtmlSanitizer
203 .allowAttributes("href").matching(URL_PROTOCOLS).onElements("area")
208 .allowAttributes("href").matching(URL_PROTOCOLS).onElements("base")
266 .allowAttributes("longdesc").matching(URL_PROTOCOLS).onElements("img")
271 .allowAttributes("src").matching(URL_PROTOCOLS).onElements("input")
272 .allowAttributes("formaction").matching(URL_PROTOCOLS).onElements("input")
280 .allowAttributes("cite").matching(URL_PROTOCOLS).onElements("ins")
294 .allowAttributes("icon").matching(URL_PROTOCOLS).onElements("menuitem")
312 .allowElements("q").allowAttributes("cite").matching(URL_PROTOCOLS).onElements("q")