Tuesday, March 31, 2026

Firefox - Disable You are sharing entire screen

 

 

about:config

privacy.webrtc.legacyGlobalIndicator

set to false (+add if not exist)  

privacy.webrtc.hideGlobalIndicator

set to true (+add if not exist)  

No comments:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...