ignore other fedi urls
This commit is contained in:
@@ -18,6 +18,10 @@ const Helpers = {
|
|||||||
'/api/statusnet/version.json',
|
'/api/statusnet/version.json',
|
||||||
'/api/gnusocial/version.json',
|
'/api/gnusocial/version.json',
|
||||||
'/api/statusnet/config.json',
|
'/api/statusnet/config.json',
|
||||||
|
'/status.php',
|
||||||
|
'/siteinfo.json',
|
||||||
|
'/friendika/json',
|
||||||
|
'/friendica/json',
|
||||||
'/poco'
|
'/poco'
|
||||||
]
|
]
|
||||||
if (urlToIgnore.includes(req.path)) { return res.status(404).send('Not Found') }
|
if (urlToIgnore.includes(req.path)) { return res.status(404).send('Not Found') }
|
||||||
|
|||||||
Reference in New Issue
Block a user