diff options
author | Kevin Decherf <kevin@kdecherf.com> | 2019-08-11 23:55:12 +0200 |
---|---|---|
committer | Kevin Decherf <kevin@kdecherf.com> | 2020-04-25 15:59:23 +0200 |
commit | 2495b197614d82b99eed6bbec4562078f4429ad7 (patch) | |
tree | c01fabd2a44139caa9fd5778b85946d5bc44f458 /app | |
parent | f39c5a2a702036750b4d7c32d02e7f92955a4eed (diff) | |
download | wallabag-2495b197614d82b99eed6bbec4562078f4429ad7.tar.gz wallabag-2495b197614d82b99eed6bbec4562078f4429ad7.tar.zst wallabag-2495b197614d82b99eed6bbec4562078f4429ad7.zip |
Add default system-wide ignore origin rules with install support
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/config/wallabag.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index eaa92507..4dad9200 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml | |||
@@ -165,6 +165,14 @@ wallabag_core: | |||
165 | value: 0 | 165 | value: 0 |
166 | section: entry | 166 | section: entry |
167 | 167 | ||
168 | default_ignore_origin_instance_rules: | ||
169 | - | ||
170 | rule: host = "feedproxy.google.com" | ||
171 | - | ||
172 | rule: host = "feeds.reuters.com" | ||
173 | - | ||
174 | rule: _all ~ "https?://www\.lemonde\.fr/tiny.*" | ||
175 | |||
168 | wallabag_user: | 176 | wallabag_user: |
169 | registration_enabled: "%fosuser_registration%" | 177 | registration_enabled: "%fosuser_registration%" |
170 | 178 | ||