Changes redirection for blacklisted domains
This commit is contained in:
parent
108335b50c
commit
4c9d9a5413
2 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ const listener = async function (req, res) {
|
|||
}
|
||||
if (cache.blacklisted) {
|
||||
res.writeHead(302, {
|
||||
'Location': (process.env.BLACKLIST_REDIRECT || 'https://forwarddomain.net/blacklisted') + "?d=" + req.headers.host,
|
||||
'Location': (process.env.BLACKLIST_REDIRECT || 'https://www.youtube.com/watch?v=dQw4w9WgXcQ') /*+ "?d=" + req.headers.host*/,
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue