Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

I dont want users change the Proxy settings in Mozilla - Is there any way to block users changing the Proxy settings what are the registry keys in windows XP- MOzilla changes when some one change the proxy settings

  • 1 απάντηση
  • 4 έχουν αυτό το πρόβλημα
  • 7 προβολές
  • Τελευταία απάντηση από cor-el

more options

We have a Http proxy in our network and its not a transparent proxy- I need to edit this in the browser of each computer and don't want the users to remove the proxy from the browser- How can I achieve this- What are the registry keys (In Win XP )being accessed when some one changes the proxy settings .

regards,

Joshi

We have a Http proxy in our network and its not a transparent proxy- I need to edit this in the browser of each computer and don't want the users to remove the proxy from the browser- How can I achieve this- What are the registry keys (In Win XP )being accessed when some one changes the proxy settings . regards, Joshi

Όλες οι απαντήσεις (1)

more options

You can use a mozilla.cfg file to lock prefs or specify default values.

You can place a file local-settings.js in the defaults\pref folder to specify using mozilla.cfg.

pref("general.config.filename", "mozilla.cfg").


You can use these functions in mozilla.cfg:

defaultPref();  // set new default value
pref(); // set pref, but allow changes
lockPref();  // lock pref, disallow changes

See: