Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

add privacy tab #32

Open
Jan02 opened this issue Jul 15, 2015 · 1 comment
Open

add privacy tab #32

Jan02 opened this issue Jul 15, 2015 · 1 comment

Comments

@Jan02
Copy link

Jan02 commented Jul 15, 2015

Please group all privacy related settings together on the same tab.

general tab

privacy.trackingprotection.enabled

This is Mozilla’s new built in tracking protection.

geo.enabled
browser.safebrowsing.enabled
browser.safebrowsing.malware.enabled
dom.event.clipboardevents.enabled
network.cookie.cookieBehavior = 1

0 = accept all cookies by default
1 = only accept from the originating site (block third party cookies)
2 = block all cookies by default

network.cookie.lifetimePolicy = 2

0 = Accept cookies normally
1 = Prompt for each cookie
2 = Accept for current session only
3 = Accept for N days

browser.cache.offline.enable
browser.send_pings
webgl.disabled

WEBRTC tab

media.peerconnection.enabled
media.peerconnection.turn.disable
media.peerconnection.use_document_iceservers
media.peerconnection.video.enabled
media.peerconnection.identity.timeout

@slosd
Copy link
Owner

slosd commented Jul 17, 2015

These are available through the standard options:

  • network.cookie.lifetimePolicy (except for "3 = Accept for N days")
  • network.cookie.cookieBehavior
  • browser.safebrowsing.enabled
  • browser.safebrowsing.malware.enabled

I'm not going to add them. It's just additional effort for the translators and adds more clutter to an already crowded UI.

Issues to add options:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants