hexlocation
775cbae281
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
21 lines
892 B
Text
21 lines
892 B
Text
{% extends "base" %}
|
|
{% block title %}report abuse{% endblock title %}
|
|
{% block content %}
|
|
We ask that you report any abuse you find to: abuse@iwakura.rip.<br>
|
|
Please make sure your e-mail contains the following:
|
|
<ol>
|
|
<li>Type of abuse</li>
|
|
<li>Evidence (no screenshots, <b>hard evidence only</b>)</li>
|
|
<li>Origin of abuse (e-mail address, IP, domain etc)</li>
|
|
<li>Additional information that might help us.</li>
|
|
</ol>
|
|
|
|
Please consider the following when sending an abuse e-mail.
|
|
<ol>
|
|
<li>We are *not* able to provide any personal identifiable information, as we do not store them.</li>
|
|
<li>We take abuse notifications very serious. Sending us multiple false abuse reports will result in a permanent block from our mailserver.</li>
|
|
<li>We try to respond within 48 hours. Do not flood our inboxes.</li>
|
|
<li>Please be respectful at all times.</li>
|
|
</ol>
|
|
|
|
{% endblock content %}
|