Use "Amazon 1 Button" Chrome extension to sniff all HTTPS websites
blog.kotowicz.net
Use "Amazon 1 Button" Chrome extension to sniff all HTTPS websites
1–10 of 61 posts
Re: Use "Amazon 1 Button" Chrome extension to sniff all HTTPS websites
#21) I wish there was a way by which an extension could declare its access patterns in much more fine-grained manner (kinda like CORS headers). Then I can prove to my users that my extension cannot do the sort of ugly crap that Amazon is doing.
2) Second is an API to expose details of an XMLHTTPRequest's (or maybe even 'document' object's) SSL server certificate. Even a binary blob will do: I can parse it in JS. Without this, you can't do "certificate pinning" for extensions.
Chrome extension permissions are too coarse-grain. Why is DOM write permission not separated from DOM read perms?
If Google doesn't crack down on abusive extensions like this, they risk users losing trust in the Chrome "brand". Just my 2 cents.
Re: Use "Amazon 1 Button" Chrome extension to sniff all HTTPS websites
#3Re: Use "Amazon 1 Button" Chrome extension to sniff all HTTPS websites
#4Re: Use "Amazon 1 Button" Chrome extension to sniff all HTTPS websites
#5Re: Use "Amazon 1 Button" Chrome extension to sniff all HTTPS websites
#6The "news" part of this is that the extension allegedly reports all the URLs you've visited to amazon, including https ones, plus some reporting of site contents to alexa.
Re: Use "Amazon 1 Button" Chrome extension to sniff all HTTPS websites
#7Can anyone fathom a potentially benign reason Amazon might do this?
Re: Use "Amazon 1 Button" Chrome extension to sniff all HTTPS websites
#8Can anyone fathom a potentially benign reason Amazon might do this?
Re: Use "Amazon 1 Button" Chrome extension to sniff all HTTPS websites
#9Can anyone fathom a potentially benign reason Amazon might do this?
Amazon wasn't being evil, just incompetent. Never attribute to malice what can adequately be explained by stupidity...