>>14506310 pb
>>14506316 pb
>>14506382 pb
technically they aren't blocking the images
they are redirecting the requests, multiple times in fact, when your browser requests an image the sequence is:
-
http 301 redirect to https://vanwanet.com/suspended
-
http 301 again redirecting to https://cdn.vanwatech.com/
3: http 307 to https://vanwa.tech/website-cdn
-
http 200
it's a little deranged from a web dev perspective since it would be simpler to respond with a status code like 204 or 503 or any code that doesn't make the browser follow redirects