Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Learn More

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

  • 6 odpovědí
  • 1 má tento problém
  • 11 zobrazení
  • Poslední odpověď od 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.

Upravil uživatel EdNeS1m dne

Zvolené řešení

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:

Přečíst dotaz v kontextu 👍 1

Všechny odpovědi (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.

Upravil uživatel xr417 dne

more options

Zvolené řešení

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:

Upravil uživatel SafeBrowser dne

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.