Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2025-08-04 21:33:36 +08:00
commit db9b04cc44
12 changed files with 250 additions and 3 deletions

View file

@ -5054,6 +5054,9 @@ pref("intl.allow-insecure-text-input", false);
// Enable meta-viewport support in remote APZ-enabled frames.
pref("dom.meta-viewport.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);