From e36befdfd98a9bbec61358f6fd104f5e9bddd661 Mon Sep 17 00:00:00 2001 From: Peter Snyder Date: Wed, 25 Oct 2017 22:58:47 -0500 Subject: [PATCH] add 'Vibration API' to the set of standards blocked in 'Lite' mode --- add-on/lib/defaults.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/add-on/lib/defaults.js b/add-on/lib/defaults.js index b2a7939..f8ec45d 100644 --- a/add-on/lib/defaults.js +++ b/add-on/lib/defaults.js @@ -17,7 +17,8 @@ window.WEB_API_MANAGER.defaults.lite = [ "WebRTC 1.0: Real-time Communication Between Browser", "WebGL Specification", "Geometry Interfaces Module Level 1", - "Web Notifications" + "Web Notifications", + "Vibration API" ]; window.WEB_API_MANAGER.defaults.conservative = [