1
1
mirror of https://github.com/arkenfox/user.js.git synced 2024-09-28 03:09:36 +02:00

2026: remove (canvas.capture*)

Disabled back when first added as a stop gap measure, never checked on since. TB has this at true, so I think we can get rid of it
This commit is contained in:
Thorin-Oakenpants 2019-04-22 14:34:07 +00:00 committed by GitHub
parent c2775a3441
commit 4989928c1e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1075,9 +1075,6 @@ user_pref("media.getusermedia.audiocapture.enabled", false);
* [SETTING] to manage site exceptions: Options>Privacy & Security>Permissions>Camera/Microphone>Settings ***/
// user_pref("permissions.default.camera", 2);
// user_pref("permissions.default.microphone", 2);
/* 2026: disable canvas capture stream [FF41+]
* [1] https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/captureStream ***/
user_pref("canvas.capturestream.enabled", false);
/* 2027: disable camera image capture [FF35+]
* [1] https://trac.torproject.org/projects/tor/ticket/16339 ***/
user_pref("dom.imagecapture.enabled", false); // [DEFAULT: false]