From 6b45c971331bf79d5a152aa1726279f394de6584 Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Mon, 20 Nov 2023 14:09:57 +0100 Subject: [PATCH] added text saying it works only with mastodon posts --- README.md | 2 +- index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddbd507..f340647 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## What is this? -Unocck is a web tool that allows to easily check if a Mastodon or Mastodon compatible instance is censoring a given ActivityPub post. +Unocck is a web tool that allows to easily check if a Mastodon or Mastodon compatible instance is censoring a given Mastodon post. ## Setting up Unocck on a webserver diff --git a/index.php b/index.php index 2a3e864..6822396 100644 --- a/index.php +++ b/index.php @@ -98,7 +98,7 @@ echo "

{$usname}

-

Hello, this is a {$usname} instance. {$usname} is a tool to easily check if a Mastodon instance is censoring a given post. This {$usname} instance is set to check «{$conf['host']}», {$conf['hostdesc']}. It works by querying {$conf['host']}’s /api/v2/search API endpoint with the credentials of an application defined inside a {$conf['host']} account, but to avoid false positives it does so only after it has verified that the URL you passed to it actually points to a publicly accessible ActivityPub object.

+

Hello, this is a {$usname} instance. {$usname} is a tool to easily check if a Mastodon instance is censoring a given Mastodon post (currently, it works only with Mastodon posts, but i’ll try to make it work with other platforms’ posts too). This {$usname} instance is set to check «{$conf['host']}», {$conf['hostdesc']}. It works by querying {$conf['host']}’s /api/v2/search API endpoint with the credentials of an application defined inside a {$conf['host']} account, but to avoid false positives it does so only after it has verified that the URL you passed to it actually points to a publicly accessible ActivityPub object.

{$usname} does not use cookies or Javascript and does not store any data about you anywhere.

You can find {$usname}’s code here.

This {$usname} instance is maintained by {$conf['maintref']}.