cds-snc / url-shortener

An API written in Python that shortens URLs
MIT License
4 stars 1 forks source link

When returning a short URL, check that it is still allowed #333

Closed patheard closed 1 year ago

patheard commented 1 year ago

Summary

When a short URL is being resolved, check that it's domain is still part of the ALLOWED_DOMAIN list.