mirror of
https://github.com/Zetaphor/browser-recall.git
synced 2025-12-06 10:29:38 +00:00
17 lines
271 B
YAML
17 lines
271 B
YAML
# Domains to exclude from content reading
|
|
excluded_domains:
|
|
# Local sites
|
|
- localhost
|
|
- 127.0.0.1
|
|
|
|
# IP ranges
|
|
- 192.168.*.*
|
|
- 10.*.*.*
|
|
- 172.16.*.*
|
|
- "0.0.0.*"
|
|
|
|
# Example wildcard patterns
|
|
# - *.local
|
|
# - reddit-*.com
|
|
# - *.githubusercontent.com
|