user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit a264eebcb5ae86b958329514daf590bf5618f6cb
parent 908638c9dc8f1d66c373617915220c126ed05147
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sun, 29 Aug 2021 03:27:46 +0000

screensharing etc
Diffstat:
Mscratchpad-scripts/arkenfox-clear-removed.js | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/scratchpad-scripts/arkenfox-clear-removed.js b/scratchpad-scripts/arkenfox-clear-removed.js @@ -1,7 +1,7 @@ /*** This will reset the preferences that have been removed completely from the arkenfox user.js. - Last updated: 28-August-2021 + Last updated: 29-August-2021 For instructions see: https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts] @@ -22,6 +22,9 @@ 'general.warnOnAboutConfig', 'gfx.direct2d.disabled', 'layers.acceleration.disabled', + 'media.getusermedia.audiocapture.enabled', + 'media.getusermedia.browser.enabled', + 'media.getusermedia.screensharing.enabled', 'media.media-capabilities.enabled', 'security.insecure_connection_icon.enabled', 'security.mixed_content.block_active_content',