logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 012d9a9faf7df43db1a320f1f2330883c8d74d12
parent 297296e4bdc7f0f0782b21da3ff8447ff60350af
Author: Haelwenn Monnier <lanodan.delta@free.fr>
Date:   Tue, 28 Jul 2015 23:13:39 +0200

browser setup (done: extension list+description)

Diffstat:

Abrowser-setup.shtml35+++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+), 0 deletions(-)

diff --git a/browser-setup.shtml b/browser-setup.shtml @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html> + <head> +<!--#include file="templates/head.shtml" --> + <title>lanodan’s cyber-home — Browser setup</title> + </head> + <body> +<!--#include file="templates/en/nav.shtml" --> + <p>Here is how I’ve setup my Firefox(I’d prefer a browser which already have thoses fonctionalities, specialy privacy). It have rough language, sorry. I hate what the web is. (I’ll put more details of the setup of about:preferences, about:config and extensions)</p> + <h2>Extensions</h2> + <h3>Privacy/Security</h3> + <ul> + <li>FoxyProxy: for Tor(default), mitmproxy and maybe an homemade proxy for privacy/security</li> + <li>HTTPS Everywhere: Having HTTPS on for most websites(here is my rules)</li> + <li>NoScript: For Blocking Javascript, ABE, XSS and other webshit(funny how it rimes with website)</li> + <li>Request Policy Continued: Control Cross-Site(third-party) request</li> + <li>µBlock: A blocker to block shit from allowed(via RPC &amp; NoScript) websites</li> + </ul> + <p>Note: I block everything which is intrusive(stupid ads, cookies even if I manage to block then) and/or doesn’t respect privacy. I don’t want to block other things but I have to(sorry, please make the web better ;/).</p> + <h3>Moar information</h3> + <ul> + <li>CipherFox: “Display the current SSL/TLS cipher and certificate chain”</li> + <li>DNSSEC/TLSA Validator: Check DNSSEC and TLSA status</li> + <li>Operator: “The Semantic Web in Action”</li> + </ul> + <h3>Others</h3> + <ul> + <li>Cookies Export/Import: (name says it all) Should already be in the browser &gt;&lt;</li> + <li>Stylish: Add CSS to web pages/domains</li> + <li><del>GreaseMonkey: Add JS to web pages/domains</del>(might reinstall for fucking up websites ;3)</li> + <li>UnloadTab: To save memory because I easily have ~2K tabs. (I have to get the habit of using group tabs)</li> + </ul> +<!--#include file="templates/en/footer.html" --> + </body> +</html>