-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: blog
action: blob
revision:
path_from: firefox
revision_from: refs/heads/master:
path_to:
revision_to:

git.thebackupbox.net

blog

git://git.thebackupbox.net/blog

blob of:

blog

/ firefox

refs/heads/master:/firefox
 # notes about Firefox

 To add a new uri scheme handler from about:config add:
 ```
 network.protocol-handler.expose.[protocol]   false
 network.protocol-handler.external.[protocol] true
 ```
 Then try to open one of those links and select which program to use.

 If you want to disable Trusted Recursive Resolver (DNS over HTTPS) then set
 ```
 network.trr.mode
 ```
 to 5.
 I expect the default of 0 which means "default disabled" could eventually get changed to "default enabled"
 in a future version of firefox. /I/ prefer to not use DNS over HTTPS because
 I run my own DNS servers and would prefer for everything on my network to use them.

 [update Oct 19th 2022]:
 0 seems to have been changed to "default enabled" now.
 I noticed when I created a new profile and my /etc/hosts blocks were being ignored.
 I'll have to get on my firefox-profile-create script that will copy-paste settings
 from a previously-known-good profile into a new directory, or do some global settings
 thing like as mentioned in:
 => https://superuser.com/questions/1494014/to-set-system-wide-preferences-in-firefox-should-i-use-syspref-js-or-local-sett

 => https://wiki.mozilla.org/Trusted_Recursive_Resolver TRR [1]

 Other firefox shit:
 => https://addons.mozilla.org/en-US/firefox/addon/location-guard/ to spoof you location
 => darkmode

 => https://bugzilla.mozilla.org/show_bug.cgi?id=1454252
 set beacon.enabled to false to prevent some analytics.

 ## to change file picker

 => https://forum.manjaro.org/t/browsers-like-firefox-require-xdg-desktop-portal-package-to-use-os-default-file-manager/106933

 change both of these about:config settings from 2 to 1
 ```
 widget.use-xdg-desktop-portal.file-picker
 widget.widget.use-xdg-desktop-portal.mime-handler
 ```

 and use xdg-mime to set a .desktop file as the handler

 ```
 xdg-mime default nemo.desktop inode/directory
 ```

 ## more misc about:config changes

 to keep firefox from thinking your weird domain are searches. such as: zzz.i2p
 ```
 keyword.enabled: false
 ```

 I'm not sure wtf is up with this setting. poking it made stuff work when it wasn't.
 poking it again did the same thing.
 wtf?
 to keep onions from getting filtered like if you have a transparent proxy.
 ```
 dom.securecontext.allowlist_onions: false
 ```

 ## some add-ons I use

 => https://addons.mozilla.org/en-US/firefox/addon/awesome-rss/

-- Response ended

-- Page fetched on Sun Jun 2 16:50:53 2024