mirror of https://gitlab.com/bashrc2/epicyon
Blocking with reasons
parent
17526db62d
commit
3c2a7091f0
Binary file not shown.
|
@ -786,11 +786,15 @@ and then selecting the <strong>Suspend</strong> button. Accounts are
|
||||||
usually suspended pending investigation into some terms of service
|
usually suspended pending investigation into some terms of service
|
||||||
violation. You can use the <strong>Unsuspend</strong> button to
|
violation. You can use the <strong>Unsuspend</strong> button to
|
||||||
re-enable an account.</p>
|
re-enable an account.</p>
|
||||||
<h3 id="instance-level-blocking">Instance level blocking</h3>
|
<h3 id="instance-level-blocking-of-handles-or-domains">Instance level
|
||||||
|
blocking of handles or domains</h3>
|
||||||
<p>To block a fediverse handle (nickname@domain), hashtag or domain
|
<p>To block a fediverse handle (nickname@domain), hashtag or domain
|
||||||
enter the thing that you wish to block and then select the
|
enter the thing that you wish to block and then select the
|
||||||
<strong>Block</strong> button. You can do the same with the
|
<strong>Block</strong> button. You can do the same with the
|
||||||
<strong>Unblock</strong> button to reverse your decision.</p>
|
<strong>Unblock</strong> button to reverse your decision.</p>
|
||||||
|
<p>When creating a block you can also add a space followed by any text
|
||||||
|
describing the reason for the block. Such as:</p>
|
||||||
|
<pre class="text"><code>annoyingdomain.com A spam instance</code></pre>
|
||||||
<p>If you want to see what is being blocked at the instance level then
|
<p>If you want to see what is being blocked at the instance level then
|
||||||
select the <strong>Info</strong> button.</p>
|
select the <strong>Info</strong> button.</p>
|
||||||
<h3 id="web-crawlers-and-search-bots">Web crawlers and search bots</h3>
|
<h3 id="web-crawlers-and-search-bots">Web crawlers and search bots</h3>
|
||||||
|
|
|
@ -581,9 +581,15 @@ If a post made on your instance has been reported as violating the terms of serv
|
||||||
### Suspending an account
|
### Suspending an account
|
||||||
You can suspend an account on the instance by entering the nickname and then selecting the **Suspend** button. Accounts are usually suspended pending investigation into some terms of service violation. You can use the **Unsuspend** button to re-enable an account.
|
You can suspend an account on the instance by entering the nickname and then selecting the **Suspend** button. Accounts are usually suspended pending investigation into some terms of service violation. You can use the **Unsuspend** button to re-enable an account.
|
||||||
|
|
||||||
### Instance level blocking
|
### Instance level blocking of handles or domains
|
||||||
To block a fediverse handle (nickname@domain), hashtag or domain enter the thing that you wish to block and then select the **Block** button. You can do the same with the **Unblock** button to reverse your decision.
|
To block a fediverse handle (nickname@domain), hashtag or domain enter the thing that you wish to block and then select the **Block** button. You can do the same with the **Unblock** button to reverse your decision.
|
||||||
|
|
||||||
|
When creating a block you can also add a space followed by any text describing the reason for the block. Such as:
|
||||||
|
|
||||||
|
``` text
|
||||||
|
annoyingdomain.com A spam instance
|
||||||
|
```
|
||||||
|
|
||||||
If you want to see what is being blocked at the instance level then select the **Info** button.
|
If you want to see what is being blocked at the instance level then select the **Info** button.
|
||||||
|
|
||||||
### Web crawlers and search bots
|
### Web crawlers and search bots
|
||||||
|
|
Loading…
Reference in New Issue