node-browserchannel icon indicating copy to clipboard operation
node-browserchannel copied to clipboard

Firefox warnings coming from bcsocket-uncompressed.js

Open xylude opened this issue 7 years ago • 1 comments

Firefox is warning Attempt to set a forbidden header was denied: Connection which points to bcsocket-uncompressed.js in my bundled code.

I believe it's coming from this line: https://github.com/josephg/node-browserchannel/blob/master/dist/bcsocket-uncompressed.js#L1792

I'm not sure what dependency is adding that or if/how it should be fixed. If one of the maintainers can point me in the right direction I'll open an issue on the actual offending library's issue tracker instead of here.

xylude avatar Oct 04 '18 12:10 xylude

Thats probably coming from the google closure library. Its been awhile since this code was compiled - it might have been fixed upstream.

josephg avatar Oct 10 '18 04:10 josephg