Commit Graph

4 Commits

Author SHA1 Message Date
tastytea e62e2c52cb
nginx_ua_block_pleroma_rejects: Changed to string-matching.
Do string-matching instead of regular expressions.
2019-08-18 19:41:31 +02:00
tastytea 186192d968
nginx_ua_block_pleroma_rejects: Don't filter out wildcard domains. 2019-08-17 23:54:28 +02:00
tastytea 207a20bf93
nginx_ua_block_pleroma_rejects: Put ~* directly in front of domain.
If there is a space between ~* and domain, nginx complains about “invalid number
of the map parameters”.
2019-08-17 22:22:30 +02:00
tastytea 767954ee17
Added nginx_ua_block_pleroma_rejects.
Generates a User-Agent blocklist for nginx from the rejected domains in
mrf_simple.
2019-08-17 22:18:44 +02:00