Giter Club home page Giter Club logo

browser-privacy's Introduction

Links to web browser privacy and hardening resources, as well as browser fingerprinting and identification developer tools.

Interesting threads

Alternative Browsers


Chrome extensions

Chrome Config

chrome://flags/#disable-webrtc  (doesn't work, do your spamming in another browser)

Firefox Config / Profile software

Firefox is a bit of a dog, but it's certainly less invasive than modern chrome builds.

Firefox Config / Tweaks

Firefox about:config tweaks

Disable webrtc

	media.peerconnection.enabled;false // disable webrtc
	media.peerconnection.turn.disable;true // disable webrtc
	media.peerconnection.use_document_iceservers;false // disable webrtc
	media.peerconnection.video.enabled;false // disable webrtc
	media.peerconnection.identity.timeout;1 // disable webrtc

Browser Abuse

Browser Leak Tests


Web tracking, Browser fingerprinting & Analytics libraries

  • Evercookie - Produces extremely persistent, respawning cookies in a browser.
  • Google Analytics It's kinda scary how much data they collect daily.
  • fingerprintjs2 - Modern & flexible browser fingerprinting library, a successor to the original fingerprintjs.
  • UserAgentInfo - PHP class for parsing user agent strings (HTTP_USER_AGENT). Includes mobile checks, bots and banned bots checks, browser types/versions and more.
  • http://mobiledetect.net/ Mobile Detect is a lightweight PHP class for detecting mobile devices (including tablets). Stacks of plugins.
  • Browscap - browscap contains a huge database of incredibly detailed specific user agents information but it sucks with newer user agents and sucks even more for mobile detection.

DNS Servers

OpenDNS
	208.67.222.222 
	208.67.220.220 

Level 3
	209.244.0.3
	209.244.0.4 
	4.2.2.1 
	4.2.2.2 
	4.2.2.3 
	4.2.2.4

Comodo Secure DNS
	8.26.56.26 
	8.20.247.20
DNS Watch
	82.200.69.80 
	84.200.70.40 
	resolver1.dns.watch
	resolver2.dns.watch
	2001:1608:10:25::1c04:b12f
	2001:1608:10:25::9249:d69b 
Google
	8.8.8.8
	8.8.4.4

Proxy Providers

Further Links

  • privacytools.io Privacytools.io provides knowledge and tools to protect your privacy .against global mass surveillance. Because as it turns out, they really are watching.
  • OS-X-Security-and-Privacy-Guide - This is a collection of thoughts on securing a modern Apple Mac computer using OS X 10.11 "El Capitan", as well as steps to improving online privacy.

Papers

browser-privacy's People

Contributors

mktg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

maruf178

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.