-
Notifications
You must be signed in to change notification settings - Fork 236
Closed
Labels
Description
One of the items from the mini diff (as opposed to the monster diff) was browser.ssl_override_behavior
. I do not quite understand this or the exact consequences. Values are:
0: do neither
1: pre-populate url
2: pre-populate url + pre-fetch cert (default)
https://dxr.mozilla.org/mozilla-central/source/browser/base/content/browser.js#3048
What does pre-populate mean exactly? Can someone tell me EIL5 exactly what happens with each one, because I'm struggling to work out three things for each setting
- is the webpage displayed
- is the warning not shown
- what it happening to the certificate - is it being ignored, re-checked - what is "pre-fetch" - fetch from where?
In almost all google search results, I am seeing people recommend a value of 1 to bypass warnings. What is the rational behind this user.js using 1 - is it for testing purposes?