firephp-chrome
firephp-chrome copied to clipboard
UserAgent not set in Chromium 18.0.1025.151
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. https://github.com/andrewn/firephp-chrome/pull/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. :(