Searched refs:REJECT_ALL_ATTRIBUTE_POLICY (Results 1 - 3 of 3) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
H A DAttributePolicy.java79 if (uniq.contains(REJECT_ALL_ATTRIBUTE_POLICY)) {
80 return REJECT_ALL_ATTRIBUTE_POLICY;
100 public static final AttributePolicy REJECT_ALL_ATTRIBUTE_POLICY field in interface:AttributePolicy
H A DHtmlPolicyBuilder.java320 .matching(AttributePolicy.REJECT_ALL_ATTRIBUTE_POLICY);
605 if (!AttributePolicy.REJECT_ALL_ATTRIBUTE_POLICY.equals(policy)) {
614 if (!AttributePolicy.REJECT_ALL_ATTRIBUTE_POLICY.equals(policy)) {
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...

Completed in 770 milliseconds