Join the AMA (Ask Me Anything) with Firefox leadership team to talk about Firefox priorities in 2024. Mark your calendar! Thursday, June 13, 17:00 - 19:00 UTC.

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

How can I be notified when entering or exiting a site with a secure server

  • 6 risposte
  • 1 ha questo problema
  • 11 visualizzazioni
  • Ultima risposta di SafeBrowser

more options

I cannot find where to set the option for this. I could on Firefox 3.6 Firefox 3.6 gives me a pop up that tells me I am entering or leaving a site with a secure server. It is a SETTINGS under Warning Messages in the Security tab in the options window. When the SETTINGS button is pushed, a number of check boxes allow for different settings. I cannot find it in Firefox 8.

I cannot find where to set the option for this. I could on Firefox 3.6 Firefox 3.6 gives me a pop up that tells me I am entering or leaving a site with a secure server. It is a SETTINGS under Warning Messages in the Security tab in the options window. When the SETTINGS button is pushed, a number of check boxes allow for different settings. I cannot find it in Firefox 8.

Modificato da EdNeS1m il

Soluzione scelta

The settings for the 5 Warning Messages was removed from the Security section in Firefox 4 and newer versions; those settings need to be accessed thru about:config now. It sounds like you are looking for the first one and the third one in the list below "Former settings in Firefox 3.6 on the Security panel"

See: http://kb.mozillazine.org/About:config

  1. type about:config in the URL bar and press the Enter key.
  2. If you see a warning, accept it (promise to be careful)
  3. Filter = security.warn_
  4. double-click the pref in the lower panel on the about:config display to toggle to true or false according to the descriptions in the following (scroll down to security.warn to see those particular prefs)

Former settings in Firefox 3.6 on the Security panel
Show a warning dialog when:

  • I am about to view an encrypted page
    • pref: security.warn_entering_secure
  • I am about to view a page that uses low-grade encryption
    • pref: security.warn_entering_weak
  • I leave an encrypted page for one that isn't encrypted
    • pref: security.warn_leaving_secure
  • I submit information that's not encrypted
    • pref: security.warn_submit_insecure
  • I'm about to view an encrypted page that contains some unencrypted information
    • pref: security.warn_viewing_mixed


If this reply solves your problem, please click "Solved It" next to this reply when signed-in to the forum.



Not related to your question, but...

You may need to update some plug-ins. Check your plug-ins and update as necessary:

Leggere questa risposta nel contesto 👍 1

Tutte le risposte (6)

more options
more options

Firefox 3.6 gives me a pop up that tells me I am entering or leaving a site with a secure server. It is a SETTINGS under Warning Messages in the Security tab in the options window. When the SETTINGS button is pushed, a number of check boxes allow for different settings. I cannot find it in Firefox 8.

more options

I think this feature no longer exits on Firefox . But you can get this feature manually.

Type about:config on the location bar and search for

security.warn_entering_secure

security.warn_leaving_secure


Double click it to change it's value to true.

Modificato da xr417 il

more options

Soluzione scelta

The settings for the 5 Warning Messages was removed from the Security section in Firefox 4 and newer versions; those settings need to be accessed thru about:config now. It sounds like you are looking for the first one and the third one in the list below "Former settings in Firefox 3.6 on the Security panel"

See: http://kb.mozillazine.org/About:config

  1. type about:config in the URL bar and press the Enter key.
  2. If you see a warning, accept it (promise to be careful)
  3. Filter = security.warn_
  4. double-click the pref in the lower panel on the about:config display to toggle to true or false according to the descriptions in the following (scroll down to security.warn to see those particular prefs)

Former settings in Firefox 3.6 on the Security panel
Show a warning dialog when:

  • I am about to view an encrypted page
    • pref: security.warn_entering_secure
  • I am about to view a page that uses low-grade encryption
    • pref: security.warn_entering_weak
  • I leave an encrypted page for one that isn't encrypted
    • pref: security.warn_leaving_secure
  • I submit information that's not encrypted
    • pref: security.warn_submit_insecure
  • I'm about to view an encrypted page that contains some unencrypted information
    • pref: security.warn_viewing_mixed


If this reply solves your problem, please click "Solved It" next to this reply when signed-in to the forum.



Not related to your question, but...

You may need to update some plug-ins. Check your plug-ins and update as necessary:

Modificato da SafeBrowser il

more options

Thanks Safebrowser. Why was it made so complicated?

more options

There were many, many questions involving those settings in prior versions of Firefox on the Security panel, users were changing them without realizing the consequences, and then complaining about the warnings that they received.

The developers made the decision to remove those settings from the Security panel, but the about:config items remain for users to change the preferences if they so choose.