Miniflux
Miniflux RSS feed reader
About this crawler
Miniflux is a web crawler identified by the regular-expression pattern Miniflux in the User-Agent request header. It is categorised as feed-reader. Use the regex above to detect, log, allow, or block Miniflux traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
0.065%
Technical details
- Name
- Miniflux
- Pattern
Miniflux- Tags
- feed-reader
- Reference
- https://miniflux.net
- Added
- 2026/05/09
- Instances
- 2 known sample(s)
Sample User-Agent strings
Miniflux (http://miniflux.net)
Miniflux (https://miniflux.net)
Block this crawler
robots.txt — disallow Miniflux:
User-agent: Miniflux
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Miniflux [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "Miniflux") {
return 403;
}
← back to all crawlers