Link to home
Start Free TrialLog in
Avatar of Tonygret
TonygretFlag for United States of America

asked on

Disable Connection Tab in Firefox

Is there some sort of registry hack or setting for Firefox that will disable the "Connection Settings" tab in Firefox on a single PC.  I have seen some of the other posts using AD and such.  But this is for only one machine where we don't want the user changing the proxy setting after we set it.

It is very easy in IE so there must be some way. Thanks in advance!
Avatar of remixedcat
remixedcat
Flag of United States of America image

have you checked gpedit.msc yet? there could be a group policy for it.

also this tutorial will give you tips on how to lock down any area of firefox:

http://www.pcc-services.com/kixtart/firefox-lockdown.html
Avatar of Tonygret

ASKER

remixedcat,

Please read my post.  Not on a domain. Stand alone PC.
can't you try that locally? I've done deployment tools for single desktops only. those were done for standalone sales kiosks/POS machines.

I've used the IE8 deployment kit for just my desktop before. this might work the same.
also you may try this in your userchrome.css:

 
/* Remove description text */
#BrowserPreferences description[control="catProxiesButton"]{ display: none !important; }

/* Remove Connection Settings button */
#BrowserPreferences #catProxiesButton { display: none !important; }

Open in new window


C:\Users\User\AppData\Roaming\Mozilla\Firefox\Profiles\8vizthya.default\chrome

you make a new file there and call that userchrome.css

add the code above
These are XP machines.  The first post does in fact add the pac file URL.  The probelm is the usre can simply select No Proxy and bypass it.  So your first post did add the pac file, but how do we lock a user from change any setting in the connection tab when the pac file URL is entered.  Thanks!
one of those links tells you how ti disable about config as well.
the userchrome didnt disable the tab?
ASKER CERTIFIED SOLUTION
Avatar of remixedcat
remixedcat
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I got delayed on this project.  I wil report back on Monday.
Thank you very much!
Not a problem ;-)