To prevent kids from accessing someone's relay site & spamming Discord server through webhooks, we must implement some sort of verification by securing GitHub webhooks in two ways:
- verify request headers & compare with GitHub expected ones
(implemented, must test)
- use GitHub webhook token & implement them in our configuration
See https://docs.github.com/fr/webhooks-and-events/webhooks/securing-your-webhooks
To prevent kids from accessing someone's relay site & spamming Discord server through webhooks, we must implement some sort of verification by securing GitHub webhooks in two ways:
(implemented, must test)