Commit Graph

8 Commits

Author SHA1 Message Date
tastytea 82f531dc40
nginx_ua_block_pleroma_rejects: Updated comment. 2019-08-18 20:18:46 +02:00
tastytea 7f14708527
nginx_ua_block_pleroma_rejects: Don't match subdomains. 2019-08-18 20:15:07 +02:00
tastytea 75d5781764
nginx_ua_block_pleroma_rejects: Back to regular expressions.
String matching didn't work.

This reverts commit e62e2c52cb.
2019-08-18 20:11:20 +02:00
tastytea fdb57a87de
nginx_ua_block_pleroma_rejects: Oops, it is ^~, not ~^. 2019-08-18 19:49:39 +02:00
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