Peter Wu

Results 230 comments of Peter Wu

@SolarAquarion opened a PR at https://github.com/Bumblebee-Project/Bumblebee/pull/845 with the envvar change, but the explanation (commit message and comment) are not clear to me. Can someone have a look?

![xpi-makes-sense-to-me](https://user-images.githubusercontent.com/164530/62824818-e605ac80-bb9a-11e9-8b18-3b118b5897de.jpg)

Another example of a bad extension: https://chrome.google.com/webstore/detail/speakit/pgeolalilifpodheeocdmbhehgnkkbak (via http://security.stackexchange.com/q/52899/2630) - requests access to all sites and abuses that to track visits. 1361 votes - 249k users. "js/stats.js" file (starting with...

I've split off the binary changes into #245 (and fixed Makefile.am and .gitignore, thanks for the suggestion). I've also elaborated the commit message of this change with the motivation for...

As mentioned in https://github.com/scop/bash-completion/pull/245#issuecomment-429606642, `chromium-browser --help` on Ubuntu (and similarly, `chromium --help` on Debian) have a couple of extra options that are specific to those systems: --verbose Events logged to...

OAuth2 is documented at https://developers.google.com/identity/protocols/OAuth2, but it might not be appropriate because it needs a consumer id/secret. I suggest to perform a SSL MitM against the Android device and attempt...

@dheerajbhaskar The MitM suggestion was a suggestion for developers that want to debug the login process, it was not intended as an end-user solution. This approach was also used in...

Hi Alex, this project has not been updated for a while. It is possible that the authentication mechanism has been removed by Google.

App-specific passwords is what I have been using so far, but it is only an authentication mechanism. The ClientLogin API will disappear, but I don't know if OAuth can replace...

@cyberdudedk Progress has stalled, not enough time/interest I'm afraid. @dheerajbhaskar What is that Python script you are referring to?