浏览代码

Update applications.md

Nordstrand 2 年之前
父节点
当前提交
6684649f2a
共有 1 个文件被更改,包括 6 次插入4 次删除
  1. 6 4
      pc/applications.md

+ 6 - 4
pc/applications.md

@@ -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