-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add: browser.privatebrowsing.autostart #4
Comments
re: explanation: No, the link to the mozilla wiki is good enough IMO, and most users should already know what PB is/does anyway. (and FF even says what it does on a PB newtab) |
I am avoiding private browsing for several reasons:
I am in a investigation of the diff from your and mine user.js. Have quite a few and need some time. :) Cheers |
Regarding 1602 (DNT) I quote a paper called Dusting the Web for Fingerprinters:
Available on the fpdetective page. |
Statistically, which one we have more, users with DNT=1 or users with DNT=0 or users with no DNT? |
I suppose it's one of the most popular changes, as it appears in the options GUI. |
I guess so too... I am using DNT=1 with the latest stable, which is also having more marketshare than other versions. |
When you mention 50/50 on Am I Unique or panoptics, which suggest that more than 50% users have DNT=1. I am not saying that I am true, but I am guessing so. Thats why I have switched to DNT=1 a while ago. Cheers |
I guess I was wrong. ;) |
Are you sure about this? Majority of NoScript users probably leave noscript.doNotTrack.enabled on true, wouldn't setting it to false raise entropy? |
@Thorin-Oakenpants I agree with your points on DNT. Unfortunately, not many sites respect the DNT header.
That's why I asked, I guess sites can detect you are a NoScript user? I may be very wrong but since the browser with NoScript sends the Do Not Track header by default, are you more unique with noscript.doNotTrack.enabled on false? Is this preference set to false in Tor Browser? |
Based on pyllyukko's user.js, something like
// Start in private browsing mode
// https://wiki.mozilla.org/Private_Browsing
// user_pref("
browser.privatebrowsing.autostart
", true);// user_pref("
extensions.ghostery.privateBrowsing
", true);The text was updated successfully, but these errors were encountered: