Add abuse page
This commit is contained in:
@@ -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%">
|
||||
|
@@ -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"}
|
||||
|
@@ -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}
|
||||
|
@@ -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;">
|
||||
|
Reference in New Issue
Block a user