Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Avatar for Username

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

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

Μάθετε περισσότερα
Αυτό το νήμα αρχειοθετήθηκε. Κάντε νέα ερώτηση αν χρειάζεστε βοήθεια.
Επιλύθηκε Αρχειοθετήθηκε

How to prevent browser.tabs.hoverPreview.enabled from auto-resetting to "true"?

Boulardii απαντήθηκε
Boulardii

On Firefox 128.14.0esr (build 20250811113756), Linux/X11, the setting browser.tabs.hoverPreview.enabled does change back to "true" every few days, or perhaps browser restarts.

How can I turn off tab previews reliably?

On Firefox 128.14.0esr (build 20250811113756), Linux/X11, the setting ''browser.tabs.hoverPreview.enabled'' does change back to "true" every few days, or perhaps browser restarts. How can I turn off tab previews reliably?
Συνημμένα στιγμιότυπα

Όλες οι απαντήσεις (2)

Hello

You can try. Customize Firefox using policies.json. https://support.mozilla.org/en-US/kb/customizing-firefox-using-policiesjson

The Enterprise Policy Generator https://addons.mozilla.org/firefox/addon/enterprise-policy-generator helps to create the configuration file.

Erratum code, Errare humanum est.

{ "policies": { "Preferences": { "browser.tabs.hoverPreview.enabled": { "Status": "locked", "Type": "boolean", "Value": false } } } }

Restart Firefox. Your browser is being managed by your organization. Firefox policies affect all profiles.

Τροποποιήθηκε στις από τον/την Agent virtuel

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

Thank you for the reply. I did observe this issue for a few weeks now, and it did not reappear. It remains a mystery, but as long the setting is not reverted back again, that's fine by me.

Note: There are no organization policies. This is a regular "home-user" profile.

Resolved. Solution unknown.