mirror of
https://github.com/Zetaphor/browser-recall.git
synced 2025-12-06 10:29:38 +00:00
Move files, add domain exclusion
This commit is contained in:
22
config/history_config.yaml
Normal file
22
config/history_config.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
# Domains to exclude from content reading
|
||||
excluded_domains:
|
||||
# Local sites
|
||||
- localhost
|
||||
- 127.0.0.1
|
||||
|
||||
# Specific Domains / Subdomains
|
||||
- ap.www.namecheap.com # Ignore this specific subdomain
|
||||
- www.namecheap.com # Ignore the main domain (will cover /twofa/* path implicitly)
|
||||
- login.linode.com # Ignore the login subdomain
|
||||
|
||||
# IP ranges (requires wildcard matching in config.py)
|
||||
- 192.168.*.*
|
||||
- 10.*.*.*
|
||||
- 172.16.*.*
|
||||
- 0.0.0.* # Note: Be careful with overly broad patterns
|
||||
|
||||
|
||||
# Example wildcard patterns (requires wildcard matching in config.py)
|
||||
# - *.local
|
||||
# - *.githubusercontent.com
|
||||
# - *.google.com # Example: Ignore all google subdomains
|
||||
Reference in New Issue
Block a user