commit: 1517da43122d990d71843482ae80b5dfd05d57df
parent c09c99eb5ae839b3fe36b331337621daa6142704
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 30 May 2025 04:00:37 +0200
projects/arachnophobia: delete, no historical value
Diffstat:
1 file changed, 0 insertions(+), 44 deletions(-)
diff --git a/projects/arachnophobia.shtml b/projects/arachnophobia.shtml
@@ -1,44 +0,0 @@
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
- <head>
-<!--#include file="/templates/head.shtml" -->
- <title>arachnophobia — lanodan’s cyber-home</title>
- </head>
- <body>
-<!--#include file="/templates/en/nav.shtml" -->
- <main>
- <h1>arachnophobia</h1>
- <p>arachnophobia is a project(initially a web browser, now a midori extension) I started because Mozilla Firefox lacks privacy, is bloated, unconfigurable-ness, …<br /> I wanted a browser which have theses features:</p>
- <table>
- <thead>
- <tr><th>Feature</th><th>Browser(extensions)</th></tr>
- </thead>
- <tbody>
- <tr><td>HTML5/CSS3/JS (WebGL, canvas, audio/video are not mandatory)</td><td>Most except Dillo, netsurf, links2</td></tr>
- <tr><td>third-party request per-domain</td><td>Firefox(µMatrix, request policy)</td></tr>
- <tr><td>Javascript per-source-domain</td><td>Firefox(NoScript), dwb(noscript, uzbl, Midori(NoJS)</td></tr>
- <tr><td>request per-location</td><td>Firefox(µBlock/AdBlock), dwb(adblock), midori(adblock)</td></tr>
- <tr><td>Cookies, per-domain and per-name</td><td>uzbl</td></tr>
- <tr><td>Verbosity/Details/Control on SSL/TLS, DANE(DNSSEC, TLSA), HPKP</td><td>Midori, Firefox(Camino)</td></tr>
- <tr><td>tabs(I can cheat w/ i3 but I use easily +100)</td><td>Most except links2</td></tr>
- <tr><td>Be open-source/free(for privacy/security reasons)</td><td>Most except Chrome, Opera, Vivaldi, … and Firefox is non-free</td></tr>
- </tbody>
- </table>
- <p>And doesn’t have thoses anti-features:</p>
- <table>
- <thead>
- <tr><th>Feature</th><th>Browser(extensions)</th></tr>
- </thead>
- <tbody>
- <tr><td>Leaks data, transmit without consent</td><td>firefox, chrome, …</td></tr>
- <tr><td>Have poor security</td><td>IE ? ;P</td></tr>
- <tr><td>Too much</td><td>Seamonkey, Opera, Firefox</td></tr>
- <tr><td>blobs or depends on proprietary/questionable code</td><td>Firefox, Chrome and Chromium</td></tr>
- </tbody>
- </table>
- <h2>Status</h2>
- <p>Dead, haven’t touched it since around 2015 and I lost the git repo, see <a href="/projects/badwolf">Badwolf</a> instead.</p>
- </main>
-<!--#include file="/templates/en/footer.shtml" -->
- </body>
-</html>