When given a network based on windows, most point configurations restrictions on the workstations, if not enter the control panel, if you block access to certain parts of the system do everything to prevent misuse of equipment, or damage.
First we must know that we will restrict functions, we about: config then we look at the browser and there you will locate the filter bar using the function we want to block, for example, the homepage, homepage and we
function appearThen, open a text file called eg mozilla.txt and begin the paragraph with two diagonals and restrictions will go down
lockPref (browser.startup.homepage "," http://ccproxy.blogspot.com/ ");
Here we are placing a zero in the type of proxy to indicate that it is" no proxies ". It then sets the default page for your browser. All lines have to start with lockPref, so set the value and the editing block.
Once we set the desired settings, save the file and will need a program such as "byte-shifting" as this with a value in the shift by 13. Here we select the newly created text file and target file must be with termination. Cfg This. Cfg duty is in the same folder as firefox.exe
Now go to the following path: c: \\ program files \\ mozilla firefox \\ greprefs \\ here we all.js file open it and at the very end add the following code:
pref ("general.config.filename", "mozilla.cfg");
(where mozilla.cfg is the name of the file generated with the program of the type "byte-shifting")
save the changes and restart firefox and the result is something like this
Now, what are the values \u200b\u200bfor the configuration set and locked into a proxy? these should be so:
/ /
lockPref (network.proxy.http "" 10.2.50.1 ") (ip address of proxy)
lockPref (" network.proxy.http_port, 3128) (port that was connected)
lockPref (network.proxy.type ", 1) (type of proxy, 1 = manual)
lockPref (network.proxy.no_proxies_on", "localhost, 127.0.0.1 ") (address where proxy will be ignored)
lockPref (network.proxy.share_proxy_settings" true) (the latter is for the same as "use the same proxy for all protocols")
I apply this configuration the day yesterday on two computers and works great, zero problems and everyone is happy. Thanks to master @ forever for their valuable support