54ac / stream-detector

A Firefox addon for keeping track of manifests used by various streaming protocols and downloading media files.
https://addons.mozilla.org/en-US/firefox/addon/hls-stream-detector/
Mozilla Public License 2.0
643 stars 97 forks source link

additional headers #100

Closed ukp1992 closed 2 years ago

ukp1992 commented 2 years ago

Even if the "Include additional headers" option is enabled, only referer and user-agent are output, and additional headers including cookies are not output. In v2.9.0 and earlier, additional headers can be output without any problem, while v2.10.0 and v2.10.1 have this problem. The chrome version cannot output the additional header even with v2.9.0.

I would like all request headers except referer and user-agent to be output with additional headers.

Thanks

54ac commented 2 years ago

Thanks for letting me know. I'll look into it soon.

54ac commented 2 years ago

Should be fixed in v2.10.2. Let me know if the cookie header works.

ukp1992 commented 2 years ago

In v2.10.2 (both Firefox and Chrome), I've confirmed that the cookies can be output in the additional headers.

Thanks for your quick response.