-
Notifications
You must be signed in to change notification settings - Fork 70
Blocking users from submitting ban appeals
J_C___ edited this page Sep 1, 2021
·
1 revision
AFTER Netlify has deployed your site successfully you may experience bad users who wish to abuse your appeal system. There is a way to block users from submitting any additional appeal requests and clogging up your queue.
- Navigate to github where you have cloned this repository.
- Click into the
src/
folder - Locate the
config.json
file and edit it.
- Add the user ID of the user you'd like to block to the list of
blocked_users
surrounded in quotes. - Specify a commit message (optional)
- Ensure "Commit directly to the
master
branch" is selected
- Ensure "Commit directly to the
- Select the green "Commit Changes" button
- For an example of how this should be done, see the
config.json.example
file in the same directory
- For an example of how this should be done, see the