Stop using newlines when base64 encoding content
Using the default setting of not specifying a newline separator means
the b64 encoded data is split with newlines every 76 characters. In
Selenium 3.0.0b2, this is apparently unacceptable; deliberately
specifying not to use any newline separator works around this issue.