Compare commits

..

5 Commits

Author SHA1 Message Date
b090ba6880
browser-extensions: add Chromium flags
Resolves: #257
2021-11-21 15:36:10 +02:00
a31b10ee83
browser-extensions: remove http3
Resolves: #259
2021-11-21 15:30:58 +02:00
fb7418cb9b
discuss: use moderated Telegram link
Resolves: #266
2021-11-21 15:26:45 +02:00
cc298d0d50
browser-extensions: comment the extensions
Resolves: #260
2021-11-21 15:22:02 +02:00
caac604e60
index.html: add GitLab.com
Resolves: #267
2021-11-21 15:20:10 +02:00
3 changed files with 27 additions and 3 deletions

View File

@ -19,7 +19,7 @@ excerpt: "I am a Highly Sensitive Autistic Pirate with Linux experience from 200
<ul class=centered>
<li id="p2p">P2P IM: <a href="https://bafybeiawyibtmpxvgzv7ge3vlase5rjrxnea4rqr2ndeso2bs6wibe4pue.{{site.ipfsSubdomainGateway}}/"<code>c35cae9f0b75c6f7884dc2cfdfc9be573d3a89fd @Jami</code></a></li>
<li id="fedim">Federated IM: <s><a rel="me" href="matrix:u/mikaela:feneas.org?action=chat">matrix:u/mikaela:feneas.org</a></s> <a rel="me" href="matrix:u/Ciblia:matrix.org?action=chat">matrix:u/Ciblia:matrix.org</a> <a rel="me" href="matrix:u/mikaela.suomalainen:matrix.org?action=chat">matrix:u/mikaela.suomalainen:matrix.org</a> <a rel="me" href="xmpp:mikaela@blesmrt.net">xmpp:mikaela@blesmrt.net</a> <a rel="me" href="xmpp:mikaela@conversejs.org">xmpp:mikaela@conversejs.org</a> <a rel="me" href="xmpp:mikaela@disroot.org">xmpp:mikaela@disroot.org</a> <a rel="me" href="xmpp:mikaela@tigase.im">xmpp:mikaela@tigase.im</a></li>
<li id="some">SOME: <em><a href="https://gitea.blesmrt.net/mikaela?tab=activity" rel="me">gitea.blesmrt.net</a> <a href="https://github.com/Mikaela" rel="me">GitHub.com</a></em> <a rel=me href="https://www.linkedin.com/in/mikaelahmsuomalainen/">LinkedIn.com</a> <em><a href="https://git.piraattipuolue.fi/mikaela?tab=activity" rel="me">git.piraattipuolue.fi</a></em> <a rel="me" href="https://mastodon.pirateparty.be/@MikaelaPPFI">mastodon.pirateparty.be</a> <a rel="me" href="https://social.snopyta.org/@mikaela">social.snopyta.org</a></li>
<li id="some">SOME: <em><a href="https://gitea.blesmrt.net/mikaela?tab=activity" rel="me">gitea.blesmrt.net</a> <a href="https://github.com/Mikaela" rel="me">GitHub.com</a></em> <a href="https://gitlab.com/Mikaela" rel="me">GitLab.com</a></em> <a rel=me href="https://www.linkedin.com/in/mikaelahmsuomalainen/">LinkedIn.com</a> <em><a href="https://git.piraattipuolue.fi/mikaela?tab=activity" rel="me">git.piraattipuolue.fi</a></em> <a rel="me" href="https://mastodon.pirateparty.be/@MikaelaPPFI">mastodon.pirateparty.be</a> <a rel="me" href="https://social.snopyta.org/@mikaela">social.snopyta.org</a></li>
<li id="pgp">PGP: <a href="/PGP/0xBAE30723.txt">69FF 455A 869F 9031 A691 E0F1 9939 2F62 BAE3 0723</a>
<ul>
<li>Work try-out-practice PGP: <a href="/PGP/0xD69EB8C9.txt">5F38 2FF9 E82E 5263 869F CA15 DF04 6339 D69E B8C9</a></li>

View File

@ -12,6 +12,10 @@ redirect_from:
- /chromium.html
---
If you need browser extensions, try [the Privacy Guides page](https://privacyguides.org/browsers/).
<!--
https://addons.mozilla.org/firefox/addon/text-link/ - doubleclick plaintext link to use
* [Ecosia search engine at Mycroft Project](https://mycroftproject.com/search-engines.html?name=ecosia.org)
@ -136,6 +140,27 @@ TODO: Sort this list.
* * * * *
-->
## Chromium flags
These can generally be found from `about:flags` on Chromium based browsers, for Vivaldi explicit `vivaldi://flags` is required and it also has `chrome://settings` for the usual Chromium settings.
* `#enable-quic` - enabled
* `#enable-force-dark` - enabled with increased text constract
* `#force-color-profile` - sRGB
* `#trust-tokens` - enabled
### Vendor-prefixed
These likely also exist, but just without the `vendor-` part when searhcing.
* `#edge-automatic-https` - enabled
* `#edge-autoplay-user-setting-block-option`
* `#edge-tab-groups` - enabled
* `#edge-tab-groups-auto-create` - enabled
* `#edge-tab-groups-collapse-freezing` - enabled
## Firefox about:config
* `privacy.firstparty.isolate` to `true` for preventing domains from
@ -157,7 +182,6 @@ TODO: Sort this list.
* `geo.provider.network.url` to `https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%` in order to send nearby WiFi networks to Mozilla instead of Google. See also [MLS Software](https://wiki.mozilla.org/CloudServices/Location/Software).
* <s>`media.peerconnection.enabled` to `false` in order to disable WebRTC (potential IP leaker, will break VoIP/calls, but those are better outside of Firefox anyway)</s> *Not needed anymore in 2020, WebRTC has improved to not do that.*
* `media.navigator.enabled` to `false` in order to also hide cameras and microphones from websites. *I am not sure if this is still necessary either, but maybe it will remind me that I have focused my VoIP to Chromium?*
* `network.http.http3.enabled` to `true` in order to enable HTTP/3 / QUIC support. It can be confirmed working in `about:networking`.
* `network.IDN_show_punycode` to `true` in order to see punycode instead of UTF-8 in case of spoofing attempt. However makes reading non-ASCII domains painful.
* `reader.parse-on-load.force-enabled` to `true` in order to allow reader use to be used on ~all websites and devices (regardless of low RAM?)
* `toolkit.telemetry.server` to empty in order to not send telemetry (which may be blocked by filtering DNS providers such as AdGuard or NextDNS resulting high amount of failing queries)

View File

@ -34,7 +34,7 @@ I do hope to be able to grow this list in the future.
* [NixNet IRC], [`#mikaela.info`](ircs://irc.nixnet.services:6697/#Mikaela.info),
home of [Libremedia](https://libremedia.info/).
* [Webchat](https://irc.nixnet.services/?join=%23Mikaela.info)
* [Telegram], [invite link](https://t.me/joinchat/Ikv7FkqOeBSzz4odrpxqcg), a
* [Telegram], [invite link](https://t.me/joinchat/OEuthjzmg60xNzA0) a
popular instant messenger with open source clients.
* [Twitch], [Ciblia](https://twitch.tv/Ciblia), a propietary game streaming
platform.