|
@@ -41,10 +41,12 @@ breadcrumbs:
|
|
|
|
|
|
### Config
|
|
|
|
|
|
-- Disable middle mouse paste by setting `middlemouse.paste` to false in `about:config`.
|
|
|
-- Enable middle mouse "drag scrolling" by setting `general.autoScroll` to true in `about:config`.
|
|
|
-- Disable external media keys by setting `media.hardwaremediakeys.enabled` to false in `about:config`.
|
|
|
-- (Linux) Install missing language support: `apt install $(check-language-support)`
|
|
|
+- (Note) The config is available at address `about:config`.
|
|
|
+- Disable middle mouse paste: `middlemouse.paste = false`
|
|
|
+- Enable middle mouse "drag scrolling": `general.autoScroll = true`
|
|
|
+- Disable external media keys: `media.hardwaremediakeys.enabled = false`
|
|
|
+- Show punycode/IDNs to avoid IDN homograph attacks: `IDN_show_punycode = true`
|
|
|
+- (Debian) Install missing language support: `apt install $(check-language-support)`
|
|
|
|
|
|
## CUPS
|
|
|
|