I want to code a Firefox Extension with the Webextension API. The Extension should deactivate HTML Canvas, WebGL, localStorage etc for privacy reasons. I cant find any way how the Extension can change these preferences, anybody have some hints for me how i can do this?
Thanks.