summaryrefslogtreecommitdiffstats
path: root/browser/components
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-01-01 15:27:57 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-18 10:24:25 +0100
commit20b6d5e9c0582fadeb8fa76d46cda14a190ca1a1 (patch)
treec6302bb502a9305c01bf0f55dfe447ed5996cf89 /browser/components
parent3cdef72da397f3878dfb24a91281ddeaf0eece37 (diff)
downloadUXP-20b6d5e9c0582fadeb8fa76d46cda14a190ca1a1.tar
UXP-20b6d5e9c0582fadeb8fa76d46cda14a190ca1a1.tar.gz
UXP-20b6d5e9c0582fadeb8fa76d46cda14a190ca1a1.tar.lz
UXP-20b6d5e9c0582fadeb8fa76d46cda14a190ca1a1.tar.xz
UXP-20b6d5e9c0582fadeb8fa76d46cda14a190ca1a1.zip
Add an option to control automatic filling in of login credentials and switch this off by default.
This resolves #272.
Diffstat (limited to 'browser/components')
-rw-r--r--browser/components/preferences/in-content/security.xul4
1 files changed, 4 insertions, 0 deletions
diff --git a/browser/components/preferences/in-content/security.xul b/browser/components/preferences/in-content/security.xul
index a10576c25..b7bdb9361 100644
--- a/browser/components/preferences/in-content/security.xul
+++ b/browser/components/preferences/in-content/security.xul
@@ -45,6 +45,7 @@
<!-- Passwords -->
<preference id="signon.rememberSignons" name="signon.rememberSignons" type="bool"/>
+ <preference id="signon.autofillForms" name="signon.autofillForms" type="bool"/>
</preferences>
@@ -103,6 +104,9 @@
accesskey="&passwordExceptions.accesskey;"
preference="pref.privacy.disable_button.view_passwords_exceptions"/>
</hbox>
+ <checkbox id="autofillPasswords" flex="1"
+ label="&autofillPasswords.label;" accesskey="&autofillPasswords.accesskey;"
+ preference="signon.autofillForms"/>
<grid id="passwordGrid">
<columns>
<column flex="1"/>