Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

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

  • 6 réponses
  • 1 a ce problème
  • 11 vues
  • Dernière réponse par 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.

Modifié le par EdNeS1m

Solution choisie

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:

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (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.

Modifié le par xr417

more options

Solution choisie

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:

Modifié le par SafeBrowser

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.