Skip to content

Commit

Permalink
feat: Add site blacklist template
Browse files Browse the repository at this point in the history
  • Loading branch information
clockworkgr committed Jul 8, 2024
1 parent f15a767 commit 624019a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
File renamed without changes.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/site-add.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Site Add
description: Add a site to the blacklist
title: "[Site-add]: "
body:
- type: input
id: url
attributes:
label: URL
description: Enter the URL of the site in question.
placeholder: e.g. phising-url.com
validations:
required: true
- type: textarea
id: user-note
attributes:
label: Notes
description: Why is this site malicious?
placeholder: e.g. Phising attempt
validations:
required: true
- type: dropdown
id: threat-level
attributes:
label: Threat level
description: What do you consider this site's threat-level to be?
options:
- 1 (Low) A warning should be displayed when interacting
- 2 (Medium) Site must be explicitly enabled in settings before interacting
- 3 (High) Site should not be allowed under any circumstances
validations:
required: true

0 comments on commit 624019a

Please sign in to comment.