Add abuse page

This commit is contained in:
2023-01-30 11:58:46 +01:00
parent cbd6e687d9
commit c2585144cc
9 changed files with 78 additions and 62 deletions

View File

@@ -77,11 +77,10 @@ let submit = async e => {
<div class="container">
<p>
If you think this file violates pixeldrain's
<a href="/about#content-policy">content policy</a> you can
report it for moderation with this form. You cannot report
copyright abuse with this form, send a formal DMCA notification
to the
<a href="/about#content-policy">abuse e-mail address</a>
<a href="/abuse">content policy</a> you can report it for moderation
with this form. You cannot report copyright abuse with this form, send a
formal DMCA notification to the
<a href="/abuse#copyright-infringement">abuse e-mail address</a>
instead.
</p>
<form on:submit={submit} style="width: 100%">

View File

@@ -16,8 +16,7 @@ let file = {
<h2>Unavailable for legal reasons</h2>
<p>
This file has been removed for violating pixeldrain's
<a href="/about#content-policy">content policy</a>. Type of abuse:
{file.abuse_type}.
<a href="/abuse">content policy</a>. Type of abuse: {file.abuse_type}.
</p>
<p>
{#if file.abuse_reporter_name === "User submitted reports"}

View File

@@ -34,8 +34,8 @@ onMount(async () => {
<p>
Your IP address ({result.address}) has been banned from
uploading to pixeldrain due to violation of the
<a href="/about#content-policy">content policy</a>. Below is a
list of files originating from your IP address which have been
<a href="/abuse">content policy</a>. Below is a list of
files originating from your IP address which have been
blocked:
</p>
{:else}

View File

@@ -361,7 +361,7 @@ const keydown = (e) => {
<br/>
<p>
By uploading files to pixeldrain you acknowledge and accept our
<a href="/about#content-policy">content policy</a>.
<a href="/abuse">content policy</a>.
<p>
<br/>
<section class="instruction" style="margin-bottom: 0;">