Sets additional HTTP headers that will be sent with all subsequent requests from the page.
Pass an empty object to clear previously set extra headers.
Example: setExtraHTTPHeaders(headers: { "X-Custom-Header": "MyValue" })
Returns true if the headers were successfully set.