114115116117118119120121
return this; } /** allowed conditionals (e.g., set of allowed browsers) */ public ParserConfiguration allowedConditions(Set<String> allowedConditions) { plugins.add(new ConditionalsValidator(allowedConditions)); return this; }