Skip to content

Commit

Permalink
2504: simplify VR to master switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Aug 4, 2017
1 parent 8538685 commit c7cd524
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1193,9 +1193,6 @@ user_pref("dom.netinfo.enabled", false);
/* 2504: disable virtual reality devices
* [1] https://developer.mozilla.org/en-US/docs/Web/API/WebVR_API ***/
user_pref("dom.vr.enabled", false);
user_pref("dom.vr.oculus.enabled", false);
user_pref("dom.vr.osvr.enabled", false); // (FF49+)
user_pref("dom.vr.openvr.enabled", false); // (FF51+)
/* 2505: disable media device enumeration (FF29+)
* [NOTE] media.peerconnection.enabled should also be set to false (see 2001)
* [1] https://wiki.mozilla.org/Media/getUserMedia
Expand Down

0 comments on commit c7cd524

Please sign in to comment.