This avoids setting the user-agent header altogether, which should be ok per spec but currently emits a logged error in Safari and Chrome (see issue) so the fix avoids setting the header altogether in the browser since that is a large chunk of the browser market share, thoughts on this?
Fixes #86
This avoids setting the
user-agent
header altogether, which should be ok per spec but currently emits a logged error in Safari and Chrome (see issue) so the fix avoids setting the header altogether in the browser since that is a large chunk of the browser market share, thoughts on this?