class CaptchaMatcher {
  supports = attr => {
    return attr && (attr.match(/captcha/gi) || attr.match(/challenge/gi));
  };