# File lib/taps/operation.rb, line 153
  def safe_url(url)
    url.sub(/\/\/(.+?)?:(.*?)@/, '//\1:[hidden]@')
  end