Hash Urls

This commit is contained in:
Eric Ciarla
2024-12-12 16:10:10 -05:00
parent e06647b4b0
commit a2998d4499
2 changed files with 46 additions and 21 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ function blocklistMiddleware(req: Request, res: Response, next: NextFunction) {
return res.status(403).json({
success: false,
error:
"URL is blocked intentionally. Firecrawl currently does not support social media scraping due to policy restrictions.",
"URL is blocked intentionally. Firecrawl currently does not support scraping this site due to policy restrictions.",
});
}
}