зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1544517 - On GeckoView default to treating mouse inputs as mouse. r=snorp
Differential Revision: https://phabricator.services.mozilla.com/D29484 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
069fbaa157
Коммит
dc2d079829
|
@ -50,3 +50,6 @@ pref("browser.safebrowsing.features.trackingProtection.update", true);
|
|||
pref("browser.safebrowsing.features.cryptomining.update", true);
|
||||
// Enable fingerprinting protection blocklist updates
|
||||
pref("browser.safebrowsing.features.fingerprinting.update", true);
|
||||
|
||||
// Treat mouse as touch only on TV-ish devices
|
||||
pref("ui.android.mouse_as_touch", 2);
|
||||
|
|
Загрузка…
Ссылка в новой задаче