-
- Downloads
MB 21: Disable the password manager
This commit disables the about:login page and removes the "Login and Password" section of about:preferences. We do not do anything to the real password manager of Firefox, that is in toolkit: it contains C++ parts that make it difficult to actually prevent it from being built.. Finally, we modify the the function that opens about:login to report an error in the console so that we can quickly get a backtrace to the code that tries to use it.
parent
b4e3f3a3
No related branches found
No related tags found
Showing
- browser/base/content/appmenu-viewcache.inc.xhtml 1 addition, 0 deletionsbrowser/base/content/appmenu-viewcache.inc.xhtml
- browser/base/content/nsContextMenu.js 1 addition, 1 deletionbrowser/base/content/nsContextMenu.js
- browser/base/content/pageinfo/pageInfo.xhtml 2 additions, 1 deletionbrowser/base/content/pageinfo/pageInfo.xhtml
- browser/components/BrowserGlue.sys.mjs 2 additions, 34 deletionsbrowser/components/BrowserGlue.sys.mjs
- browser/components/about/AboutRedirector.cpp 2 additions, 0 deletionsbrowser/components/about/AboutRedirector.cpp
- browser/components/about/components.conf 0 additions, 2 deletionsbrowser/components/about/components.conf
- browser/components/moz.build 0 additions, 1 deletionbrowser/components/moz.build
- browser/components/preferences/privacy.inc.xhtml 2 additions, 1 deletionbrowser/components/preferences/privacy.inc.xhtml
- toolkit/components/passwordmgr/LoginHelper.sys.mjs 1 addition, 20 deletionstoolkit/components/passwordmgr/LoginHelper.sys.mjs
Loading
Please register or sign in to comment