andrewn/firephp-chrome

UserAgent not set in Chromium 18.0.1025.151

Opened this issue · 3 comments

Hey guys, the useragent does not contain "FirePHP" in chromium 18.0.1025.151

This also appears to be the case in 19.0.1084.36 beta.

Just figured it out... there is an open pull request here. #11 The chrome.webRequest is no longer experimental.

I tried that branch, but it sends X-FirePHP as a separate header not in the UserAgent for Chromium. :(