Gertjaars

Untitled

Mar 31st, 2017
646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. about:config
  2. toolkit.telemetry.archive.enabled = false
  3. toolkit.telemetry.enabled = false
  4. toolkit.telemetry.unified = false
  5. datareporting.healthreport.uploadEnabled = false
  6. datareporting.policy.dataSubmissionEnabled = false
  7.  
  8. dom.storage.enabled FALSE - Disable "client-side session and persistent storage" cookies (bad for 8ch - the replies hypelinks next to the post number disappears).
  9. geo.enabled FALSE - Disable location data.
  10. general.useragent.override - Create as a String value and insert your own useragent.
  11. Dynamically updated list of common user agents.
  12. network.dns.disablePrefetch TRUE - Stop Firefox looking up IP addresses of links of the page you haven't/aren't going to.
  13. network.http.pipelining TRUE - Possible speedup for some servers (send multiple files through one connection).
  14. network.http.pipelining.max-optimistic-requests 8 - Total number of pipelines.
  15. network.http.pipelining.ssl TRUE - Pipeline with HTTPS sites.
  16. network.http.proxy.pipelining TRUE - Pipleline through proxy connections.
  17. network.http.sendRefererHeader - 0 = never (bad for 8ch), 1 = domain only, 2 = full url (default).
  18. network.prefetch-next FALSE - Don't download pages linked to the current page unless we click the link.
  19. dom.event.clipboardevents.enabled FALSE - Don't allow webpages to mess with the clipboard.
  20. dom.disable_window_move_resize TRUE - Don't allow webpages to move or resize the browser window.
  21. dom.ipc.plugins.flash.subprocess.crashreporter.enabled FALSE - Don't report flash plugin crashes.
  22. media.autoplay.enabled FALSE - Don't autoplay media.
  23. media.peerconnection.enabled FALSE - Important for VPN users. Don't allow p2p downloading of media.
  24. pdfjs.disabled TRUE - Don't run javascript within the builtin pdf viewer.
  25. reader.parse-on-load.enabled FALSE - disable "reader view".
  26. browser.pocket.enabled (or extensions.pocket.enabled) FALSE - disable pocket.
  27. network.http.speculative-parallel-limit 0 - don't create connections to links you only hover over.
  28. dom.push.connection.enabled FALSE - Disable push notifications (FF44+).
  29. dom.push.enabled FALSE - (as above).
  30. dom.webnotifications.enabled FALSE - (as above).
  31. dom.webnotifications.serviceworker.enabled FALSE - (as above).
  32. loop.enabled FALSE - Disable loop/conversation calling features.
  33. browser.urlbar.unifiedcomplete FALSE - Disables the "Search With" popup when typing into the location bar.
  34. media.ffmpeg.enabled FALSE (linux only as of FF44) - Disable mp4 playback through ffmpeg, to stop ffmpeg bugs breaking your firefox.
  35. media.eme.apiVisible FALSE - Stops pages from using a JavaScript library for DRM (Digital Rights Management/
  36. media.eme.enabled FALSE
Advertisement
Add Comment
Please, Sign In to add comment