mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
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:
parent
a036cfeb69
commit
1ffa7569e9
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue