enable some features

This commit is contained in:
Kopatz
2024-04-10 17:21:19 +02:00
parent 4bf50f4991
commit 757672502c
2 changed files with 4 additions and 2 deletions

View File

@@ -79,7 +79,8 @@
# Disable preloading of the new tab page. # Disable preloading of the new tab page.
# By default Firefox preloads the new tab page (with website thumbnails) in the # By default Firefox preloads the new tab page (with website thumbnails) in the
# background before it is even opened. # background before it is even opened.
"browser.newtab.preload" = false; # Enabled atm to test performance difference.
"browser.newtab.preload" = true;
# Disable about:addons' Get Add-ons panel # Disable about:addons' Get Add-ons panel
# The start page with recommended addons uses google analytics. # The start page with recommended addons uses google analytics.
"extensions.getAddons.showPane" = false; "extensions.getAddons.showPane" = false;

View File

@@ -46,7 +46,8 @@
# Prevent websites from accessing information about webcam and microphone # Prevent websites from accessing information about webcam and microphone
# (https://developer.mozilla.org/docs/Web/API/MediaDevices/enumerateDevices) # (https://developer.mozilla.org/docs/Web/API/MediaDevices/enumerateDevices)
# (possible fingerprinting). # (possible fingerprinting).
"media.navigator.enabled" = false; # Enabled to make screensharing work.
"media.navigator.enabled" = true;
# Disable form autofill # Disable form autofill
# Automatically filled form fields are used for fingerprinting # Automatically filled form fields are used for fingerprinting
# (https://freedom-to-tinker.com/2017/12/27/no-boundaries-for-user-identities-web-trackers-exploit-browser-login-managers/). # (https://freedom-to-tinker.com/2017/12/27/no-boundaries-for-user-identities-web-trackers-exploit-browser-login-managers/).