Issue #2714 - Enable the Visual Viewport API by default.

Flip the pref. We want this on by default for web compat.
Users can disable it if they really want to, but it doesn't expose
anything of note to web content anyway that can't already be determined.
This commit is contained in:
Moonchild 2025-07-21 11:11:00 +02:00 committed by roytam1
commit 1ffa7569e9

View file

@ -5045,8 +5045,8 @@ pref("intl.allow-insecure-text-input", false);
// Enable meta-viewport support in remote APZ-enabled frames.
pref("dom.meta-viewport.enabled", false);
// Disable the Visual Viewport API
pref("dom.visualviewport.enabled", false);
// Enable the Visual Viewport API?
pref("dom.visualviewport.enabled", true);
// Disable <meta http-equiv=set-cookie> support. See m-c bug 1457503 / UXP #1102.
pref("dom.meta-set-cookie.enabled", false);