Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pub:tech:firefox [2023/10/18 07:54] – [Addons] catpub:tech:firefox [2024/01/07 13:21] (current) cat
Line 1: Line 1:
 ====== Firefox ====== ====== Firefox ======
 {{htmlmetatags>metatag-robots=(follow, index)  {{htmlmetatags>metatag-robots=(follow, index) 
-metatag-keywords=(addons, browser, firefox, internet, mozilla, settings, web+metatag-keywords=(addons, browser, firefox, mozilla, privacy, settings) 
 metatag-description=(Firefox settings and stuff I find useful) metatag-description=(Firefox settings and stuff I find useful)
 }} }}
Line 9: Line 9:
 ===== about:config settings I need ===== ===== about:config settings I need =====
  
-  ''media.autoplay.blocking_policy'' 2+| **image.animation_mode** once | Play animated images only once | 
 +| **media.autoplay.blocking_policy** | Try to block autoplay | 
 +| **privacy.firstparty.isolate** true | Isolate 1st party cookies to prevent tracking over multiple domains |  
 +| **privacy.resistFingerprinting** true | More resistent to fingerprinting | 
 +| **geo.enabled** false | If sites request geo-location FF uses google's location service and sends IP, nearby wifi access point and random client ID | 
 +| **media.navigator.enabled** false | Disallow sites to track status of mic and cam status |  
 +| **network.dns.disablePrefetch** true | Because of [[https://www.usenix.org/legacy/events/leet10/tech/full_papers/Krishnan.pdf | Privacy Implications]] | 
 +| **network.prefetch-next** false | Performance in page loading to the cost of privacy | 
 +| **dom.event.clipboardevents.enabled** false | Disables sites gettings notified when you copy to clipboard | 
 + 
 +**Ressources for the table above** 
 + 
 +  * https://restoreprivacy.com/firefox-privacy/ 
 +  * https://kb.mozillazine.org
  
 ===== Addons ===== ===== Addons =====