wordpress-activitypub/includes
Jeremy Herve 3f4c44db05
Compatibility: do not serve images with Jetpack CDN when active
When Jetpack's image CDN is active, core calls to retrieve images return an image served by the CDN.

Since Fediverse instances usually fetch and cache the data themselves, we do not need to use the CDN for those images when returned by the ActivityPub plugin. In fact, we really do not want that to happen, as Fediverse instances may get errors when trying to fetch images from the CDN (they may get blocked / rate-limited / ...).

Let's hook into Jetpack's CDN to avoid that.
2023-04-24 09:51:08 +02:00
..
model Compatibility: do not serve images with Jetpack CDN when active 2023-04-24 09:51:08 +02:00
peer phpcs fixes 2022-01-27 13:09:11 +01:00
rest count only users that can publish_posts 2023-04-21 08:42:51 +02:00
table Automated native_function_invocation fixes 2019-12-01 21:20:26 +01:00
class-activity-dispatcher.php some code cleanup 2023-04-20 15:22:11 +02:00
class-activitypub.php Add comment 2023-04-21 17:41:04 +02:00
class-admin.php Remove "(Fediverse)" 2023-04-23 22:57:03 +02:00
class-debug.php some code cleanup 2023-04-20 15:22:11 +02:00
class-hashtag.php some code cleanup 2023-04-20 15:22:11 +02:00
class-health-check.php some code cleanup 2023-04-20 15:22:11 +02:00
class-mention.php some code cleanup 2023-04-20 15:22:11 +02:00
class-shortcodes.php check if post is password protected 2023-02-27 08:15:02 +01:00
class-signature.php Fix the signature for HTTP GET requests 2022-11-09 07:25:10 -07:00
class-webfinger.php some code cleanup 2023-04-20 15:22:11 +02:00
debug.php added health checks 2021-07-23 15:46:28 +02:00
functions.php optimize publishing 2023-02-02 01:42:15 +01:00
help.php add an option to disable content filters 2023-01-31 18:43:11 +01:00