Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are two entry points to Via for proxying a URL: ``` /{url} /route?url={url} ``` The `/route` entry point has a decorator which checks for a signature parameter in the URL if `SIGNED_URLS_REQUIRED` is set, but the first entry point did not use this decorator, so it would serve the content without checking the signature. Add the decorator so that it does check.
- Loading branch information