为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Need to disable Private Window/Private Browsing on our work computers, both mac and pc?

  • 6 个回答
  • 2 人有此问题
  • 2 次查看
  • 最后回复者为 cor-el

more options

I support both macs and pcs with version 26 of firefox on all machines. I need to disable private window and private browsing, including the keyboard shortcuts.

I support both macs and pcs with version 26 of firefox on all machines. I need to disable private window and private browsing, including the keyboard shortcuts.

被采纳的解决方案

If you hide menu items and buttons with code in userChrome.css then the menu shortcuts will still work.
You can only disable keyboard shortcuts with an extension.

See also:

定位到答案原位置 👍 0

所有回复 (6)

more options
more options

I failed to mention I would like to do this with out an add on....some of my users will just disable the add on.

more options

https://support.mozilla.com/en-US/search?a=2&q=

Search Support Questions in this forum for disable Private Browsing. There have been a good number of threads where that was discussed at length after Private Browsing was first introduced.

Or open the XPI (a Zip package) and view the code RichieB2B used when he created that extension. You can save an extension to disk by using right-click and Save Link As..., rather than clicking on + Add to Firefox.

Also, try out the 1.7.1 version - https://addons.mozilla.org/en-us/firefox/addon/disable-private-browsing-pl/versions/?page=1#version-1.7.1 - which hides the Disable and Delete buttons in Add-on. Mozilla Add-ons staff forced Richie to not hide those buttons, and prior to that Richie had the entire extension hidden when not in SafeMode. Mozilla Add-ons had a "fit" over that, too.

I did some of the preliminary testing when that extension first appeared in July 2011. The first two versions of that extension, from July and August 2011, were pulled from Mozilla Add-ons.

more options

Thank you for the info. I did run across in my searching another way to disable by creating a txt file (userChrome.ccs) with this code, minus the first sentence: (Open the file on any text editor. Copy and paste the following lines after @namespace

   /* Hide Private Browsing in App menu and Tools menu */
   #appmenu_privateBrowsing, #privateBrowsingItem  {display:none!important;}
   /* Hide Sanitize item in App menu and Tools menu */
   #appmenu_sanitizeHistory, #sanitizeSeparator, #sanitizeItem {display:none!important;}

)

I need to try it on my mac before I implement it on other macs and the pcs. The directory placement area was a little vag so I tried it here.

I placed the file in: HD/Users/{me}/Library/Application Support/Firefox/chrome restarted firefox. Did not work.

Does any one know if the above into is correct and if I placed it in the correct area on the mac?

This is the info I got to place the same file on the pc: C:\\Users\\[User]\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles\\[random string].default\\chrome\\

Does anyone know if this is correct? I can not test this until after hours on the pc.

Thank you again! I really tried to do the research before I posted the question.

more options

As far as your code goes, Start Private Browsing was moved from the Tools menu to the File menu - New Private Window - in Firefox 19, so that part of the code needs the correct #ID, which I can't help you with.

Then you need to deal with the Clear Recent History menu items and the keyboard command - Windows = {Ctrl + Shft + Delete}

The file paths to the /chrome/ folder look good, except in Windows slashes rather than double back-slashes. Those are only needed for "Values" in about:config .

more options

选择的解决方案

If you hide menu items and buttons with code in userChrome.css then the menu shortcuts will still work.
You can only disable keyboard shortcuts with an extension.

See also: