Option to report doxing in report window

This commit is contained in:
2022-01-25 20:38:08 +01:00
parent 515badbf85
commit 8e7aa82c1e
3 changed files with 7 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ let set_status = async (action, report_type) => {
<button on:click={() => {set_status("grant", "gore")}}>gore</button>
<button on:click={() => {set_status("grant", "child_abuse")}}>child_abuse</button>
<button on:click={() => {set_status("grant", "malware")}}>malware</button>
<button on:click={() => {set_status("grant", "doxing")}}>doxing</button>
</div>
</div>
<div style="text-align: center;">

View File

@@ -21,6 +21,7 @@ let block_form = {
"terrorism",
"gore",
"malware",
"doxing",
]
}, {
name: "reporter",

View File

@@ -103,6 +103,11 @@ let submit = async e => {
<b>Child abuse</b>: Videos or images depicting inappropriate
touching or nudity of minors.
</label>
<label for="type_doxing">
<input type="radio" bind:group={abuse_type} id="type_doxing" name="doxing" value="doxing">
<b>Doxing</b>: Personally identifiable information uploaded without
the consent of the owner.
</label>
<label for="type_malware" style="border-bottom: none;">
<input type="radio" bind:group={abuse_type} id="type_malware" name="abuse_type" value="malware">
<b>Malware</b>: Software programs designed to cause harm to