This commit is contained in:
Your Name 2024-04-30 15:29:34 +00:00
parent 016eb7cc51
commit d6bdafd289
5 changed files with 32 additions and 4 deletions

View File

@ -1,5 +1,9 @@
# -*- mode: python; python-indent-offset: 4; tab-width: 0; encoding: utf-8-unix -*-
# This should be execed in config.py
"""This is a simple way of deleting cookies and history at exit.
"""
import sys
import os
import atexit

View File

@ -1,6 +1,10 @@
# -*- mode: python; python-indent-offset: 4; tab-width: 0; encoding: utf-8-unix -*-
# This should be execed in config.py
"""This is a comprehensive list of chrome:// and qute:// URLs
so it's easy to find them, bound to the prefix letter c
"""
# https://cnman.github.io/chrome-urls.html
# not chrome://history/"
config.unbind("cd") # download-clear

View File

@ -1,9 +1,15 @@
# -*- mode: python; python-indent-offset: 4; tab-width: 0; encoding: utf-8-unix -*-
# This should be execed in config.py
# Test by visiting https://coveryourtracks.eff.org/
# https://niek.github.io/chrome-features/
# https://peter.sh/experiments/chromium-command-line-switches/
"""Our attempt at listing the chrome flags for security and privacy,
and some of the chrome features. Consult:
* https://niek.github.io/chrome-features/
* https://peter.sh/experiments/chromium-command-line-switches/
Test by visiting https://coveryourtracks.eff.org/
YMMV!
"""
# this may interfere wuth some logins

View File

@ -1,3 +1,12 @@
# -*- mode: python; python-indent-offset: 4; tab-width: 0; encoding: utf-8-unix -*-
# This should be execed in config.py
"""This intercepts cloudflare redirects and redirects to
web.archive.org - useful if you run over Tor.
It will open a new tab and close the old one.
"""
import re
import sys

View File

@ -1,4 +1,9 @@
# privacy
# -*- mode: python; python-indent-offset: 4; tab-width: 0; encoding: utf-8-unix -*-
# This should be execed in config.py
"""Some privacy settings - YMMV
"""
c.content.geolocation = False
c.content.dns_prefetch = False
c.content.canvas_reading = False