為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

camera and microphone

more options

How do I turn off the "camera and microphone" Thank you

How do I turn off the "camera and microphone" Thank you

所有回覆 (2)

more options
more options

Hello

In addition

https://mozilla.github.io/policy-templates Permissions https://mozilla.github.io/policy-templates/#policiesjson-72

Other illustration with the help of Enterprise Policy Generator https://addons.mozilla.org/firefox/addon/enterprise-policy-generator

Privacy Set permissions for location, camera, microphone and notifications Generating policies

{

 "policies": {
   "Permissions": {
     "Camera": {
       "BlockNewRequests": true,
       "Locked": true
     },
     "Microphone": {
       "BlockNewRequests": true,
       "Locked": true
     }
   }
 }

}

Copy/paste the code (example) into Notepad Save Type: All files policies.json

Create distribution folder Move policies.json to distribution folder Move distribution folder to folder where Firefox exe file is located Stop Firefox Start Firefox

Use the Troubleshooting Information page to help fix Firefox issues https://support.mozilla.org/en-US/kb/use-troubleshooting-information-page-fix-firefox Enterprise Policies: This shows you if your browser is being managed by Windows Group Policy or a policies.json file. If enterprise policies are managing Firefox, clicking on Active will show you a list of the policies that are currently active on Firefox.

Your browser is managed by your organization, it's normal, it's the policies.json