add 'Vibration API' to the set of standards blocked in 'Lite' mode
This commit is contained in:
parent
0579719119
commit
e36befdfd9
1 changed files with 2 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue