mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
db9b04cc44
12 changed files with 250 additions and 3 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue