mirror of
https://codeberg.org/ashley/poke
synced 2025-04-04 00:28:01 +00:00
:3
This commit is contained in:
parent
904d6e79b2
commit
d06ac6a18e
@ -73,6 +73,7 @@ const proxy = async (req, res) => {
|
||||
return res.status(400).send("Malformed URL");
|
||||
}
|
||||
|
||||
// Sanity check, to avoid being used as an open proxy
|
||||
if (!URL_WHITELIST.includes(url.host)) {
|
||||
console.log(`==> Refusing to proxy host ${url.host}`);
|
||||
res.status(401).send(`Hostname '${url.host}' is not permitted`);
|
||||
|
Loading…
Reference in New Issue
Block a user