mirror of
https://github.com/Zetaphor/browser-recall.git
synced 2025-12-06 10:29:38 +00:00
Update extension to use single websocket and like 100 other things
This commit is contained in:
13
app/config.yaml
Normal file
13
app/config.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
# Domains that should be ignored by the history tracker
|
||||
# Supports wildcards (*) for pattern matching
|
||||
ignored_domains:
|
||||
- "192.168.*" # Ignore local network addresses
|
||||
- "127.0.0.1" # Ignore localhost IP addresses
|
||||
- "localhost" # Ignore localhost domains
|
||||
- "172.*"
|
||||
- "localhost:*" # Ignore all localhost ports
|
||||
- "127.0.0.1:*" # Ignore all localhost IP ports
|
||||
- "*.local" # Ignore .local domains
|
||||
- "about:*" # Ignore about: URLs
|
||||
- "chrome-extension://*" # Ignore Chrome extensions
|
||||
- "chrome://*" # Ignore Chrome URLs
|
||||
Reference in New Issue
Block a user