thumbor / thumbor

thumbor is an open-source photo thumbnail service by globo.com

Home Page:http://thumbor.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thumbor filters not working on pictures from website

JPH71 opened this issue · comments

commented

I do not have thumbor installed on my system, but use its cloud based service which is renewed every 90 days or so...

I can open this image:
https://gayeroticvideoindex.com/episode/184348

But when I try to rotate it or change it to grayscale
http://34.150.135.138:8888/unsafe/filters:rotate(270)/https://gayeroticvideoindex.com/episode/184348

I get the following:
image

However, for the following it works???
http://34.150.135.138:8888/unsafe/filters:rotate(270)/https://www.iafd.com/graphics/headshots/shawnreeves_m_shawn%20reeve.jpg
image

What am I doing wrong: what would prevent thumbor working on one website and not the other?

curl -si "https://gayeroticvideoindex.com/episode/184348" | more
HTTP/2 403
date: Tue, 13 Jun 2023 19:16:01 GMT
content-type: text/html; charset=UTF-8
cross-origin-embedder-policy: require-corp
cross-origin-opener-policy: same-origin
cross-origin-resource-policy: same-origin
permissions-policy: accelerometer=(),autoplay=(),camera=(),clipboard-read=(),clipboard-write=(),geolocation=(),gyroscope=(),hid=(),interest-cohort=(),magnetomet
er=(),microphone=(),payment=(),publickey-credentials-get=(),screen-wake-lock=(),serial=(),sync-xhr=(),usb=()
referrer-policy: same-origin
x-frame-options: SAMEORIGIN
cf-mitigated: challenge
cache-control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
expires: Thu, 01 Jan 1970 00:00:01 GMT
report-to: {"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v3?s=0IjFrMWfTmji4bF%2FOlI%2F%2FcEPsQVlN6WuA3SRkqz7IDnJ9qWbgXLeJ6mexZTlq00dnDcoeFO%2BUr
SPTo4yOT54EqVZBupNH8EsXairjCLAJ6ktxYAQAJfm5HFK2yBHuUSpP2%2BV8JeOoGE3"}],"group":"cf-nel","max_age":604800}
nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
server: cloudflare
cf-ray: 7d6caa630d73025b-CDG

http status code : 403 + it 's not an "image" url ...

commented

ok, https://gayeroticvideoindex.com/images/Episodes/episode184348b.jpg is now an image url but thumbor can't access to it because the url is protected by a "cloudflare challenge" ( https://developers.cloudflare.com/fundamentals/get-started/concepts/cloudflare-challenges/ )

commented