- NoScript - manually whitelist javascript execution on a per-site and per-domain basis
- HTTPS Everywhere - automatically use https everywhere it's available
- Cookie Monster - manage your cookies
- Ghostery - alerts user about tracking bugs on visited pages
- FireGloves - impedes fingerprinting-based tracking
- Ref Control - Control what gets sent as the HTTP Referer on a per-site basis
- UAControl - Control what gets sent as the User-Agent on a per-site basis
- BetterPrivacy - deletes flash cookies
- [MD5 Reborned Hasher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var config, path, webpack; | |
path = require('path'); | |
webpack = require('webpack'); | |
config = { | |
context: path.resolve(__dirname, 'src'), | |
entry : { | |
app: './app.js' | |
}, |