mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-05-11 17:36:12 +08:00
Update firefox user.js: enable Web Audio
This commit is contained in:
parent
96bb317f1f
commit
5193990b7b
1 changed files with 0 additions and 2 deletions
|
|
@ -39,8 +39,6 @@ user_pref("privacy.resistFingerprinting", true);
|
|||
/* 禁止WebGL
|
||||
* 开启RFP即可减少WebGL信息熵 */
|
||||
// user_pref("webgl.disabled", true);
|
||||
/* 禁止Web Audio API */
|
||||
user_pref("dom.webaudio.enabled", false);
|
||||
/* 禁止WebRTC */
|
||||
user_pref("media.peerconnection.enabled", false);
|
||||
/* 禁止获取媒体设备列表API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue