Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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

  • 6 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 11 προβολές
  • Τελευταία απάντηση από 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.

Τροποποιήθηκε στις από το χρήστη EdNeS1m

Επιλεγμένη λύση

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:

Ανάγνωση απάντησης σε πλαίσιο 👍 1

Όλες οι απαντήσεις (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.

Τροποποιήθηκε στις από το χρήστη xr417

more options

Επιλεγμένη λύση

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:

Τροποποιήθηκε στις από το χρήστη 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.