-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to block https://wsrv.nl ? #401
Comments
It's hard to stop the errorredirect, as it seems to be working as intented. Please let us know why exactly we'd need to block, and we'll look into it. Normally our service would prevent your servers from getting too many requests. |
We want to try and block initial attempts at hotlinking images as they are the IP of our clients. Various Chinese sites are using your service to hotlink the images. By blocking your service initially, a cached copy of the image can never be created. |
Hotlink protection (based on the HTTP referer header) can be easily bypassed these days with a <meta name="referrer" content="no-referrer" /> Or on specific images with: <img src="https://example.com/images/myimage.jpg" referrerpolicy="no-referrer"> Therefore, there are no plans to make the |
Note that nowadays you could set the I assumed that using the
If you want, you can send us an email with the images that are affected and need to be purged from cache. |
I hope this information helped. Please feel free to re-open if questions remain.
Let's track this at #14. |
We would like to entirely block the usage of https://wsrv.nl/ linking our images on other sites.
We have implemented an IP block already, but some images have already been cached; how can we get the cached images removed?
Also, I noticed the query param
errorredirect
- how can we effectively stop that from being useful? We've blocked wsrv.nl, and would want to stop the redirect happening as well.The text was updated successfully, but these errors were encountered: