2516: disable PointerEvents

This commit is contained in:
Thorin-Oakenpants 2018-03-17 01:53:23 +00:00 committed by GitHub
parent d4a20165ef
commit 0b3395b520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1196,6 +1196,9 @@ user_pref("layers.acceleration.disabled", true);
/* 2510: disable Web Audio API (FF51+)
* [1] https://bugzilla.mozilla.org/1288359 ***/
user_pref("dom.webaudio.enabled", false);
/* 2516: disable PointerEvents
* [1] https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent ***/
user_pref("dom.w3c_pointer_events.enabled", false);
/*** 2600: MISCELLANEOUS ***/
user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");