parent
b530ae4dc3
commit
3e77ec5008
11 changed files with 476 additions and 346 deletions
12
config.toml
12
config.toml
|
@ -17,6 +17,12 @@ BLACKLIST_DOMAINS = [
|
|||
# The domain the config applies to
|
||||
domain = "example.com"
|
||||
|
||||
# Consider a refresh after interval (in days)
|
||||
outdated = 30
|
||||
|
||||
# Keep last n versions
|
||||
keep_n = 5
|
||||
|
||||
# Blacklisted Path (Regexes)
|
||||
blacklist_paths = ["/.*"]
|
||||
|
||||
|
@ -70,4 +76,8 @@ no_video = true
|
|||
[[websites.domains]]
|
||||
domain = "docs.flutter.dev"
|
||||
no_javascript = true
|
||||
no_video = true
|
||||
no_video = true
|
||||
|
||||
[[websites.domains]]
|
||||
domain = "home-assistant.io"
|
||||
no_javascript = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue