diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /browser/base/content/docs/sslerrorreport/preferences.rst | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'browser/base/content/docs/sslerrorreport/preferences.rst')
-rw-r--r-- | browser/base/content/docs/sslerrorreport/preferences.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/browser/base/content/docs/sslerrorreport/preferences.rst b/browser/base/content/docs/sslerrorreport/preferences.rst new file mode 100644 index 000000000..ed6f384c2 --- /dev/null +++ b/browser/base/content/docs/sslerrorreport/preferences.rst @@ -0,0 +1,23 @@ +.. _healthreport_preferences: + +=========== +Preferences +=========== + +The following preferences are used by SSL Error reporting: + +"security.ssl.errorReporting.enabled" + Should the SSL Error Reporting UI be shown on pin violations? Default + value: ``true`` + +"security.ssl.errorReporting.url" + Where should SSL error reports be sent? Default value: + ``https://incoming.telemetry.mozilla.org/submit/sslreports/`` + +"security.ssl.errorReporting.automatic" + Should error reports be sent without user interaction. Default value: + ``false``. Note: this pref is overridden by the value of + ``security.ssl.errorReporting.enabled`` + This is only set when specifically requested by the user. The user can set + this value (or unset it) by checking the "Automatically report errors in the + future" checkbox when about:neterror is displayed for SSL Errors. |