mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 21:37:24 +02:00
Compare commits
4 Commits
26d2fd1d27
...
e479c5542b
Author | SHA1 | Date | |
---|---|---|---|
e479c5542b | |||
e1eae5dd48 | |||
7cb754def8 | |||
23bcc0e908 |
@ -5,8 +5,8 @@
|
||||
// Also incorporates some of https://aminda.eu/browser-extensions#firefox-aboutconfig
|
||||
|
||||
// Disable privacy.resistFingerprinting, use CanvasBlocker
|
||||
// <https://addons.mozilla.org/firefox/addon/canvasblocker/> as requested
|
||||
// to consider by LibreWolf documentation.
|
||||
// as requested to consider by LibreWolf documentation. Alternatively I think
|
||||
// PrivacyBadger is enough considering it blocks canvas from third party sites.
|
||||
// I consider Telemetry closer to voting than spying and I have no desire to
|
||||
// vote for Windows NT as the universal operating system to be supported by
|
||||
// everyone or English to be the only language in the world.
|
||||
|
1
etc/opt/.gitignore
vendored
Normal file
1
etc/opt/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
chrome
|
1
etc/opt/chrome
Symbolic link
1
etc/opt/chrome
Symbolic link
@ -0,0 +1 @@
|
||||
chromium
|
68
etc/opt/chromium/policies/managed/README.md
Normal file
68
etc/opt/chromium/policies/managed/README.md
Normal file
@ -0,0 +1,68 @@
|
||||
# Chromium policies
|
||||
|
||||
<!-- editorconfig-checker-disable -->
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
|
||||
- [`aminda-extensions.json`](#aminda-extensionsjson)
|
||||
- [Privacy Badger](#privacy-badger)
|
||||
- [Dark Reader](#dark-reader)
|
||||
- [Bitwarden](#bitwarden)
|
||||
- [Fedora User Agent](#fedora-user-agent)
|
||||
- [`dns0.json`](#dns0json)
|
||||
- [`https-everywhere.json`](#https-everywherejson)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
## `aminda-extensions.json`
|
||||
|
||||
As I cannot separate the keys to multiple files I am forced to keep them in
|
||||
one and separate by what the file does, `aminda-extensions.json` is unlikely
|
||||
to overlap with someone else.
|
||||
|
||||
Changing `normal_installed` to `force_installed` would also prevent
|
||||
uninstallation.
|
||||
|
||||
### Privacy Badger
|
||||
|
||||
- `pkehgijcmpdhfbdbbnkijodmdjhbjlgp`
|
||||
|
||||
Configured to learn locally and also in incognito as opposed to only relying
|
||||
on vendor list. Also not display the "Welcome to Privacy Badger screen".
|
||||
|
||||
See also:
|
||||
|
||||
- https://github.com/EFForg/privacybadger/blob/master/doc/admin-deployment.md
|
||||
- https://github.com/EFForg/privacybadger/blob/master/src/data/schema.json
|
||||
|
||||
### Dark Reader
|
||||
|
||||
- `eimadpbcbfnmbkopoojfekhnkhdbieeh`
|
||||
|
||||
As playing around with these policies and constantly removing the profile directory doesn't help my migraine.
|
||||
|
||||
### Bitwarden
|
||||
|
||||
- `nngceckbapebfimnlniiiahkandclblb`
|
||||
|
||||
The password manager of my choice.
|
||||
|
||||
### Fedora User Agent
|
||||
|
||||
Communicates websites that Ubuntu isn't the only Linux distribution and makes
|
||||
some offer rpm packages directly.
|
||||
|
||||
- `hojggiaghnldpcknpbciehjcaoafceil`
|
||||
|
||||
## `dns0.json`
|
||||
|
||||
Simply enables DNS-over-HTTPS with DNS0.eu
|
||||
|
||||
## `https-everywhere.json`
|
||||
|
||||
Enforces https and attempts to upgrade http to https.
|
36
etc/opt/chromium/policies/managed/aminda-extensions.json
Normal file
36
etc/opt/chromium/policies/managed/aminda-extensions.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"3rdparty": {
|
||||
"extensions": {
|
||||
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
|
||||
"learnInIncognito": true,
|
||||
"learnLocally": true,
|
||||
"showIntroPage": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"ExtensionSettings": {
|
||||
"eimadpbcbfnmbkopoojfekhnkhdbieeh": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"hojggiaghnldpcknpbciehjcaoafceil": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"nngceckbapebfimnlniiiahkandclblb": {
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
|
||||
"installation_mode": "force_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
}
|
||||
}
|
||||
}
|
4
etc/opt/chromium/policies/managed/dns0.json
Normal file
4
etc/opt/chromium/policies/managed/dns0.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"DnsOverHttpsMode": "secure",
|
||||
"DnsOverHttpsTemplates": "https://dns0.eu"
|
||||
}
|
4
etc/opt/chromium/policies/managed/https-everywhere.json
Normal file
4
etc/opt/chromium/policies/managed/https-everywhere.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"HttpsOnlyMode": "force_enabled",
|
||||
"HttpsUpgradesEnabled": true
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user