No, presigned URLs are specific to attachment data (the full attachment). Presigned URLs are used to be basic user authentication. I don’t believe proxied images do any user group permission checking in XenForo, so would be rather pointless to use presigned URLs for no actual reason.
@Ridemonkey
Forgot to give you this link in case you really want to do what I consider a terrible idea. 😂
https://xenforo.com/community/threads/digitalpoint-app-for-cloudflare-r.206176/post-1737539
While it could keep a hotlinked image available in the short-term after the origin server deleted it, it's not intended to be permanent (it's a cache, not storage). If you want to keep hotlinked images permanently, I think there are addons that effectively convert hotlinked images into...
You technically can by adding it to your config.php file. However...
If you move your cache to a remote server, it's not really a cache anymore and sort of defeats the purpose. For example, imagine if your browser cache was in a remote data center and your browser is constantly making requests...
Don't know what Cloudflare GTG is, so can't tell you if this is doing anything "just like Cloudflare GTG". Googling it shows Cloudflare added it on May, 2025 (long after this addon allowed you to host Google JavaScript on your own domain), so maybe a more appropriate question would be to ask...
I believe that's how avatar work, but not attachment thumbnails.
This was uploaded as a PNG for example...
It was converted to WebP (as expected):
content-length: 85224
content-type: image/webp
The thumbnail is a jpg (even when looking at content-type header)...
So this was a byproduct of the cron job record going missing (not sure why it went missing, but it did).
By the time I noticed cron jobs weren't running, the xf_session_activity had grown to 2.1M records since it wasn't being pruned. All cron jobs seemed to recover when the record was restored...
Your site.
What version of the addon is installed now (as it shows under the Add-on section of the admin area)? If it's showing the latest version there, it's possible XenForo failed at rebuilding the addon when it was installed somehow. You can try rebuilding it manually from the addon page...
I'm curious if scoping an existing API token to a specific bucket isn't working for you for whatever reason?
If you view your API tokens from within the R2 area of the Cloudflare dashboard, any existing tokens that have R2 access can be edited. Couldn't you just scope a normal token to only...
Can be done with normal user permissions (there's a permission for Start direct messages).
I have a site where users can't send direct messages to each other, but they can use for communication with mods/admins. In that case, the Registered user group can Start direct messages, but not Receive...