Skip to content

Commit d5761e7

Browse files
🎨(structure) restructure backend code
1 parent 3ceb450 commit d5761e7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • backend/bureaublad_api/routes

backend/bureaublad_api/routes/rss.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
@router.get("/")
1212
async def rss_feed(url: str = Query(..., description="URL of the RSS feed")) -> Response:
13-
# Validate URL hostname against whitelist to prevent SSRF attacks
1413
parsed_url = urlparse(url)
1514
hostname = parsed_url.hostname
1615

0 commit comments

Comments
 (0)