Firefox Updates Anyway?
-
Is the line not supposed to be:
user_pref("app.update.enabled",false);
-
From the examples that I have seen, it looks like you are missing the user_ prefix.
-
I have tried that also now only. No other reply
-
When I try to update manually also it should not update
-
@Lakshmana said:
When I try to update manually also it should not update
Is there an option for that? If you want to stop users from updating, don't give the users a way to do so. Lock the folder that Firefox is in so that it cannot update.
-
how to do that?
-
@Lakshmana I have to restrict the user not to update firefox
-
@Lakshmana said:
how to do that?
Don't run Firefox as root and use chmod to remove the write permission from the directory (and its contents.)
-
@scottalanmiller said:
use chmod to remove the write permission from the directory (and its contents.)
whether that will make the auto update
-
@Lakshmana said:
@scottalanmiller said:
use chmod to remove the write permission from the directory (and its contents.)
whether that will make to stop the auto update
-
@Lakshmana said:
@scottalanmiller said:
use chmod to remove the write permission from the directory (and its contents.)
whether that will make the auto update
Well it was the answer to a question. Why are you asking it again? What exactly are you asking? You don't have a complete sentence, the verb is missing.
-
@Lakshmana said:
@Lakshmana said:
@scottalanmiller said:
use chmod to remove the write permission from the directory (and its contents.)
whether that will make to stop the auto update
It will stop ALL changes. You asked how to stop the auto update, this completely stops it and everything else. If the process cannot write to the folder, how could it update?
-
The edit option is not available here. so i cant edit that properly. My question is that "You said that the chmod to remove write permission. Whether that option will make the firefox stop auto update???""""
-
@Lakshmana said:
My question is that "You said that the chmod to remove write permission. Whether that option will make the firefox stop auto update???""""
I feel like I've answered this three times now. Yes, if you can't alter something, you can't update it.
Can you drive your car if you don't have the keys?
You asked a question, I answered. But you don't seem to believe me and keep asking me if I am telling you the truth over and over.
-
@scottalanmiller said:
Can you drive your car if you don't have the keys?
Well, yeah you can bypass the security mechanisms there to protect you, modify the can and make it function in an unintended way. And likely more prone to failure.
-
@thecreativeone91 said:
@scottalanmiller said:
Can you drive your car if you don't have the keys?
Well, yeah you can bypass the security mechanisms there to protect you, modify the can and make it function in an unintended way. And likely more prone to failure.
You can hack your way around filesystem protections too. It's an apt analogy
-
Did these suggestions get this working for you?
-
I have been helping him out with this. When I change the channel-prefs.js file on my Ubuntu 14.04 system (same setup that he is using), mine no longer asks me to update.
The scripted commands he gave above are exactly the way that I did it on my system. This is done in the /opt/firefox/31.0/defaults/pref/channel-prefs.js
-
And on your test system you are using the same FF version? FF could vary between versions.
-
@Lakshmana We haven't got that far yet. We are still trying to get it to not automatically update for you. I will be back in the office again on Monday.