diff --git a/svelte/src/file_viewer/ReportWindow.svelte b/svelte/src/file_viewer/ReportWindow.svelte index 7dffc11..3c33cd6 100644 --- a/svelte/src/file_viewer/ReportWindow.svelte +++ b/svelte/src/file_viewer/ReportWindow.svelte @@ -208,13 +208,23 @@ const report_description = () => { {#if abuse_type === "copyright"} +
+

+ Copyright claims can only be submitted by the copyright + owner or an authorized agent. If you do not own the rights + to this file then you don't have the rights to file a + copyright claim. +

+
+
+
Name rightsholder (can be a registered company name)
Contact e-mail
-
Source URLs (links to the places where this content was allegedly stolen from)
+
Source URLs (links to the places where the original content was sold/provided)
{:else if abuse_type === "malware"} @@ -229,9 +239,29 @@ const report_description = () => { {:else if abuse_type === "child_abuse"} +
+

+ The child abuse category is only for cases where real + children were abused. This is not for fictional works. Use + the 'porn' category in case of animated porn. +

+
+
+
If this file is an encrypted archive, please provide the password so we can verify the contents
+ {:else if abuse_type === "revenge_porn"} + +
+

+ The revenge porn category is for blackmail content and + non-consensual deepfake porn. If you use this category for + copyright violations then your report will be ignored. +

+
+
+ {/if}
@@ -239,6 +269,10 @@ const report_description = () => { file violates the content policy? ({description.length}/500)
+
+ This is not a contact form. You will not receive a reply to any + questions asked in this description field. +

Send

{#if loading} @@ -257,6 +291,10 @@ const report_description = () => { take more than 24 hours. During busy periods it can take longer.

+

+ Reports are sent for each file separately. Please wait until all + reports have been submitted after clicking submit. +