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

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie
Solved Archivované

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

Boulardii odpovedal
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?
Priložené obrázky

Všetky odpovede (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.

Upravil(a) Agent virtuel dňa

Vybrané riešenie

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.