Adware vendors buy Chrome Extensions to send ad- and malware-filled updates
21–30 of 111 posts
Re: Adware vendors buy Chrome Extensions to send ad- and malware-filled updates
#22I declined their offer.
Re: Adware vendors buy Chrome Extensions to send ad- and malware-filled updates
#23Earlier quoted context omitted.
Obligatory response that not everyone has time or training to examine code for problems. Google is a trusted source.
>Google is a trusted source Hardly, if this kind of thing is allowed in their marketplace.
>Hardly, if this kind of thing is allowed in their marketplace.
They'll move on this just like they started actively patrolling the Play Store for malware. Because they are a trusted source, even if they aren't an FSF definition of trusted source.
Re: Adware vendors buy Chrome Extensions to send ad- and malware-filled updates
#24Re: Adware vendors buy Chrome Extensions to send ad- and malware-filled updates
#25Earlier quoted context omitted.
Look into running separate sessions of your browser(s). Both Firefox and Google Chrome (or Chromium) allow you to do this, although the interfaces for doing so differ. A simple way to do this is to use different brands of browser, e.g. Gmail in Chrome and everything else in Firefox. But... if you really prefer one browser over another, for all use, then the separate profiles thing works. Note that in Chrome, this is…
To run a new, separated Firefox with a (possibly) different profile firefox -no-remote -ProfileManager It's always handy to have a "vanilla" profile, to compare how much the extensions tuned down the browser or try to understand if the error that you're seeing is caused by an extension. Having a "privacy" profile with some ad-hoc extensions helps too.
Re: Adware vendors buy Chrome Extensions to send ad- and malware-filled updates
#26Earlier quoted context omitted.
Look into running separate sessions of your browser(s). Both Firefox and Google Chrome (or Chromium) allow you to do this, although the interfaces for doing so differ. A simple way to do this is to use different brands of browser, e.g. Gmail in Chrome and everything else in Firefox. But... if you really prefer one browser over another, for all use, then the separate profiles thing works. Note that in Chrome, this is…
I tried running a Chromium session with no extensions for the stuff I want to be more secure (email/banking/etc.), while using Chrome for everything else, and this does work in a way. But I find that I tend to forget to switch to the other browser sometimes. A solution which said "don't run extensions on mail.google.com and online.my_bank.com" would be a lot more convenient. The separate browser solution does protect…
An extra cue, when the border background, tabs, etc. look different in one versus the other. Still hardly foolproof...
Re: Adware vendors buy Chrome Extensions to send ad- and malware-filled updates
#27Re: Adware vendors buy Chrome Extensions to send ad- and malware-filled updates
#28Can we start a petition for Google to let us disable extensions on specific sites? After reading the last few stories about this, I am quite sure I don't want any extensions whatsoever running in the same tab as my Gmail account. I think there is some extension that does this for you (turns off other extensions per site), but then we get into a "who guards the guardians" situation. Not to mention we need better and f…
That's a good idea but only a crutch. I don't want extensions invading my privacy on any site. Finer grained permissions would be ideal.
Re: Adware vendors buy Chrome Extensions to send ad- and malware-filled updates
#29Earlier quoted context omitted.
To run a new, separated Firefox with a (possibly) different profile firefox -no-remote -ProfileManager It's always handy to have a "vanilla" profile, to compare how much the extensions tuned down the browser or try to understand if the error that you're seeing is caused by an extension. Having a "privacy" profile with some ad-hoc extensions helps too.
Thanks. Sorry I mis-remembered the flag(s) from memory. And be sure you're using both, to make sure the separate profiles do not share the same process or something like that (again, from memory; Google can quickly turn up the details).
It's also a good idea to use different themes per profile (and I see you suggested it too).
Re: Adware vendors buy Chrome Extensions to send ad- and malware-filled updates
#30Earlier quoted context omitted.
That's a good idea but only a crutch. I don't want extensions invading my privacy on any site. Finer grained permissions would be ideal.
Once an extension can modify the DOM (and most extensions need it) you loose any hope of permissions. From injecting javascript to sending data modifying an img[src], there's no way to protect your privacy. I don't think that permissions are a viable model here, it's more a problem of trust and auditing.