Option to report doxing in report window
This commit is contained in:
@@ -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;">
|
||||
|
@@ -21,6 +21,7 @@ let block_form = {
|
||||
"terrorism",
|
||||
"gore",
|
||||
"malware",
|
||||
"doxing",
|
||||
]
|
||||
}, {
|
||||
name: "reporter",
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user