diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-02 23:01:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 23:01:44 -0400 |
| commit | caa0befcf880c34fb599a9d22dac27a1299cd543 (patch) | |
| tree | d1779bfab2a0f690fce1fa8a160f0c00b7775ae7 /data/botPolicies.json | |
| parent | c76a06e7235c6ac86076b1e7fde18729eb9cfe29 (diff) | |
| parent | 21a9d77788653f30fef4f3b37e8163a833f1a5d9 (diff) | |
| download | anubis-Xe/new-anubis.tar.xz anubis-Xe/new-anubis.zip | |
Merge branch 'main' into Xe/new-anubisXe/new-anubis
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'data/botPolicies.json')
| -rw-r--r-- | data/botPolicies.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/botPolicies.json b/data/botPolicies.json index d0e27a2..25a7b77 100644 --- a/data/botPolicies.json +++ b/data/botPolicies.json @@ -344,6 +344,12 @@ ] }, { + "_comment": "This has been reverse-engineered through making iMessage's preview function hit a URL that prints the user-agent in the server logs.", + "name": "iMessage preview", + "user_agent_regex": ".*facebookexternalhit/1\\.1 Facebot Twitterbot/1\\.0$", + "action": "ALLOW" + }, + { "name": "us-artificial-intelligence-scraper", "user_agent_regex": "\\+https\\://github\\.com/US-Artificial-Intelligence/scraper", "action": "DENY" |
