-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
When trying to use this library in Firefox, it fails with:
Seems like this is being caused by trying to change the User-Agent while creating the fetch wrapper.
The reason it works in Chrome is because Chrome doesn't allow overriding of the User-Agent due to this longstanding bug
The fix would be to simply add User-Agent on the server side CORS config or delete this line from the library since Chrome users are not using this right now.
I verified it works in Firefox if that line is deleted. I can open a patch if required.
JoeHorvath95, sh4d0v1, filmboard-io, peter-writes-code, utsavdotpro and 1 morebosskabouter, nourmalaeb and wangwanwan
Metadata
Metadata
Assignees
Labels
No labels


