--
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discu...@chromium.org.
The problem with using Chrome dev or the canary builds is that you are not developing on a platform for which the users are using (stable).There can be differences, new features, bug fixes and until you test it using the stable Chrome, you will never know they exist.Also, since the web store currently does not provide an API for uploading a version, it makes the process quite tedious and very, very hard to automate.
The problem with using Chrome dev or the canary builds is that you are not developing on a platform for which the users are using (stable).
In that case we need a setting to disable the popup warning, or would that be subject to malware manipulation as well? Let's be honest, if malware is able to configure Chrome at this level then potentially malicious browser extensions are the last thing end-users should be concerned about.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discu...@chromium.org.
to make it easier (or less annoying) without compromising users.
--
Oh, sorry, I haven't actually seen the UI for this :) My comments all still apply.
You could even make it red, so it really jumps out at the user to tell them something Very Bad may be afoot, without stealing focus (which is also my primary objection to the popup).
In direct response to the boolean switch, it would be better if that was a build flag instead of a hard coded boolean. That would completely eliminate the security hole there before it could ever surface
On Mar 11, 2014 3:41 AM, "PhistucK" <phis...@gmail.com> wrote:
>
> That depends on the implementation, of course. A hacker can still do it, it would just be more difficult (software is cracked all of the time).
It at least makes it substantially more difficult. And also, how hard is it to patch the base of Chromium via exploiting the Extension API?
>
>
> ☆PhistucK
>
>
> On Tue, Mar 11, 2014 at 4:50 AM, Isiah Meadows <impi...@gmail.com> wrote:
>>
>> In direct response to the boolean switch, it would be better if that was a build flag instead of a hard coded boolean. That would completely eliminate the security hole there before it could ever surface
>>
>> --
>> --
>> Chromium Discussion mailing list: chromium...@chromium.org
>> View archives, change email options, or unsubscribe:
>> http://groups.google.com/a/chromium.org/group/chromium-discuss
>>
>> To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discu...@chromium.org.
>
>
On Mar 11, 2014 6:35 AM, "Finnur Thorarinsson" <fin...@chromium.org> wrote:
>
> Infobars are for messages that are contextual to the page you are on and as such would draw attention *away* from the actual extensions we are trying to highlight. A bubble, in comparison, points to the extensions in question so it is obvious what we are drawing attention to.
>
> If I understand the build flag suggestion correctly, you are suggesting this feature could be turned off via a build flag. That's certainly true, but I don't see that it would help that many people (few are running custom builds of Chromium and all of them could just disable this feature in their build) so time would be better spent elsewhere.
I'm only suggesting a way to implement the original idea it *if* it would be. IMO the popup should be reduced to just once per extension installed with that flag set, not completely turned off (which would really endanger any user).
Also, it is something that could be done by Google for people to test extensions and apps on without a popup coming up every time.
> That depends on the implementation, of course. A hacker can still do it, it would just be
more difficult (software is cracked all of the time).
IMO the popup should be reduced to just once per extension installed with that flag set, not completely turned off (which would really endanger any user).
--
I hate to resurrect an old discussion, but this "feature" is still a massive thorn in my side on a daily basis.
--
Why popup is shown when starting every new Incognito window session?Maybe it's enough to show it once after browser started?
--
Re: [chromium-discuss] Re: Disable Developer Mode Extensions (incredibly annoying popup)
--
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
Just upload your extension to the web store
normal users do not and they get malware, so this notifies them in order to protect them.
--
On Jul 10, 2014 5:10 PM, "PhistucK" <phis...@gmail.com> wrote:
>
>
> As far as I know, the enterprise policy method is only supported in domain controlled systems. So normal, non enterprise users will not suffer from enterprise policy based installations.
Unless there was a change in the last month or so that would make this statement true, it's not. I work in a university computer repair center and Enterprise policy installations of malware extensions are happening on non-enterprise computers. It seems all of the pervasive malware is going this route because the extension is so challenging to remove.
Which is what makes this popup so silly in the first place. The *only* people who are warned are a) those users who already know and b) those who have fallen victim to crap malware. The sophisticated and well-distributed malware authors have already worked around the popup.
-Chris
I would like to know, though, if there is any way to prevent the message popping up every time I open an incognito window.
Enterprise policy installations of malware extensions are happening on non-enterprise computers. It seems all of the pervasive malware is going this route because the extension is so challenging to remove.
The team is really sorry about this painful experience, but the majority of users are Windows stable users, not developers and they are affected by this, so the team had to bite the bullet on this one. They really did not want to do this, but they could not come up with a better idea that protects the user in a meaningful way.
--
Would a simple CLI switch really be likely to get accepted? I was pretty sure that had been proposed long ago, and was shot down for the same reason every other idea has been (malware could change it and the user wouldn't know).If that has changed, though, I'd almost be willing to set up a build environment, learn how everything's laid out in the source, hunt down all the appropriate places, and make the changes myself. The only reason I haven't done that already for personal use is that Chrome updates rather frequently and I don't want to have to keep re-patching and compiling after every update.
--
https://code.google.com/p/chromium/issues/detail?id=337734#c4Could you show me a link to that?
On Thu, Feb 6, 2014 at 1:49 PM, asar...@chromium.org wrote:the malware writers have already shown that they are willing to modify command line flags and directly modify preferences files, so we don't see any way we could do that and have this warning still remain effective.
If you refer to the incognito issue, like I wrote, it was fixed, as far as I know, so there is not need to contribute a patch (unless you were referring to something else). Just wait for the next stable release (or next next, I do not remember).
--
Oh, yeah, that will not happen. :)
--
--
--
And where would you store that user supplied information? Or will you prompt the user every time they open the browser? If so, this is not a transparent mechanism and makes it more annoying than a simple bubble...
--
Tying it to the Google account sounds interesting, but may interrupt with genuine use cases for developing extensions in non internet environments
I would like to ask what is the exact difference between an extension that is i the store and one that I have locally. What is that makes the extension on the store more reliable? If it is going to have the same functionality, what kind of control is there?
Since you are not concidering removing the alert, I would like to suggest AN EMAIL CONFIRMATION.
If you have Google Chrome and have a Google account, Chrome could send you a confirmation on your email if you approve of the extension and chrome does not need to ask you any more. WHY NOT?
To answer your question about non tech savvy - this is exactly the point, the users are not enabling or installing them, the malware does.I believe this clears thing up.☆PhistucKOn Sun, Feb 23, 2014 at 4:12 PM, Si Robertson <retrom...@gmail.com> wrote:I have recently updated Google Chrome to version 33.0.1750.117m and an incredibly annoying popup, telling me to disable developer mode extensions, is now appearing whenever I start the browser. There appears to be no way to disable the popup.I use a couple of my own unpacked extensions on my own computer, one of which is simply used as a replacement for the "new tab" page. Apart from those custom extensions I have no other extensions installed. I do not, repeat do not, want to be constantly told to disable them. I also have to ask why Google believe non tech savvy users would enable and install developer mode extensions in the first place. Anyone who does enable and install them will be aware of what they are doing and also understand the risks involved.Please do something about this, the fact that Chrome is still using the terrible new UI is bad enough (despite the fact a much better design has been available in Canary for weeks), and I know for a fact that some longterm Chrome users have already moved to Firefox because of these recent changes. I am on the verge of making the move to Firefox myself now.Who is making these bad decisions at Google?
You may.You have installed in yourself, but normal users do not and they get malware, so this notifies them in order to protect them.Just upload your extension to the web store and make it unlisted - no more annoying bubbles.☆PhistucKOn Thu, Jul 10, 2014 at 11:44 PM, Jason Fehr <jason...@gmail.com> wrote:I think it's time to write an extension that emails the Chrome dev team every time I open the browser to make them aware of the fact that I am aware of the fact that I'm running developer extensions in my browser, since, you know, I wrote the bloody extensions and installed them myself.
On Sunday, February 23, 2014 7:12:55 AM UTC-7, Si Robertson wrote:I have recently updated Google Chrome to version 33.0.1750.117m and an incredibly annoying popup, telling me to disable developer mode extensions, is now appearing whenever I start the browser. There appears to be no way to disable the popup.I use a couple of my own unpacked extensions on my own computer, one of which is simply used as a replacement for the "new tab" page. Apart from those custom extensions I have no other extensions installed. I do not, repeat do not, want to be constantly told to disable them. I also have to ask why Google believe non tech savvy users would enable and install developer mode extensions in the first place. Anyone who does enable and install them will be aware of what they are doing and also understand the risks involved.Please do something about this, the fact that Chrome is still using the terrible new UI is bad enough (despite the fact a much better design has been available in Canary for weeks), and I know for a fact that some longterm Chrome users have already moved to Firefox because of these recent changes. I am on the verge of making the move to Firefox myself now.Who is making these bad decisions at Google?
Chrome security is setup so that extensions are very limited in what they can do from within the extension framework and every extensions has its own preferences, resources and cannot modify the preferences/resources of other extensions. You can't even launch an executable or sh/bat script out of chrome. Even setting up a mechanism to open the source of a page directly in an external editor is more restricted then other browsers. It's very difficult to setup a malware as a chrome extension to compromise a pc from within the Chrome extension framework. And the source is out in the open. To compromise your pc, the malware would need to be introduced externally to chrome - in either freeware or pirated materials. Once your whole PA is fully compromised, yes, it can mess with whatever it wants, including messing with the unpacked extensions or chrome preferences. But if your PC is already compromised to that point, the warning is not accomplishing anything, nor would it be of any interest for the hacker to attack unpacked extensions or turn off Google's warning in the preference as the PC is already compromised. Either way, that warning serves no purpose
As Dan said, much more can easily be accomplished with a key logger if the entire system is compromised. If the system is not compromised, whatever can done by an unpacked extension can be done by an packed one and again people running unpacked extensions are developers, not end users.
I'm a developer of Google Chrome extensions and I have 6 profiles with developer mode extensions. Every time after I restart the computer or after a Chrome crash (which happens very often), I get this notification - Google asks me if I want to disable developer mode extensions. I don't want to disable developer mode extensions! Is it possible to disable this annoying notification? I get it for every profile with developer mode extensions.
--