From 21a9d77788653f30fef4f3b37e8163a833f1a5d9 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Wed, 2 Apr 2025 20:03:28 -0400 Subject: data/botPolicies: allow iMessage scraper by default (#178) Signed-off-by: Xe Iaso --- data/botPolicies.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data') diff --git a/data/botPolicies.json b/data/botPolicies.json index d0e27a2..25a7b77 100644 --- a/data/botPolicies.json +++ b/data/botPolicies.json @@ -343,6 +343,12 @@ "5.102.173.71/32" ] }, + { + "_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", -- cgit v1.2.3