I am working on a c# application and am trying to remove the ability for users to edit their web browser proxy settings ( all browsers ) however I cannot find a solution on the internet. Can anyone help ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s no way to prevent users from controlling their proxy settings that will work across all browsers. For IE and Chrome/Safari (which rely on the IE settings) you can set a Group Policy to prevent a non-Admin user from changing the settings. (However, Chrome can be started with a command line instructing it to ignore the system proxy settings).