win: add Dropbox telemetry blocking #125, #118

This commit is contained in:
undergroundwires
2024-01-24 19:07:55 +01:00
parent cd425502ae
commit 10829d65aa
2 changed files with 160 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ Key attributes of a good script:
- Choose clear and uncomplicated language.
- It should start with an imperative noun.
- Start with action verbs like `Clear`, `Disable`, `Remove`, `Configure`, `Minimize`, `Maximize`. While exceptions exist, these prefixes help maintain naming consistency.
- The scripts that modify hosts file should start with `Block ..`.
- Favor the terms:
- `Disable` over `Turn off`, `Stop`, `Prevent`
- `Configure` over `Set up`