function verify(tagName) {
  for (var i = 0; i < blacklist.length; i++)
    if (tagName === blacklist[i])
      return true;