These headers get added by the various HTTP clients automatically, and we don't care about them. We store the headers for the purposes of request matching, and we only care to match on headers users explicitly set.
# File lib/vcr/structs/normalizers/header.rb, line 15 def initialize(*args) super normalize_headers end