Recent content by digitalpoint

  1. digitalpoint

    [DigitalPoint] App for Cloudflare®

    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.
  2. digitalpoint

    [DigitalPoint] App for Cloudflare®

    Yep... like I said, not how I would do it, but it can be done via the config edit.
  3. digitalpoint

    [DigitalPoint] App for Cloudflare®

    @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
  4. digitalpoint

    [DigitalPoint] App for Cloudflare®

    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...
  5. digitalpoint

    [DigitalPoint] App for Cloudflare®

    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...
  6. digitalpoint

    [DigitalPoint] Better Google Analytics

    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...
  7. digitalpoint

    XF 2.3 Image optimization, enhanced image resizing, and more!

    Oh ya, you're right... never bothered to look at the file binary, but it is indeed as WebP.
  8. digitalpoint

    XF 2.3 Image optimization, enhanced image resizing, and more!

    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)...
  9. digitalpoint

    xf_session_activity can end up with too many records (can't be pruned)

    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...
  10. digitalpoint

    [DigitalPoint] App for Cloudflare®

    You can modify the Cache Rule to apply to a specific subdomain without issue.
  11. digitalpoint

    [DigitalPoint] App for Cloudflare®

    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...
  12. digitalpoint

    [DigitalPoint] App for Cloudflare®

    Your setup is missing an option that the addon has. Is it possible you somehow installed the new addon files without doing the addon upgrade?
  13. digitalpoint

    [DigitalPoint] Profiles

    digitalpoint updated [DigitalPoint] Profiles with a new update entry: A couple things... Read the rest of this update entry...
  14. digitalpoint

    [DigitalPoint] App for Cloudflare®

    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...
  15. digitalpoint

    Way to prevent/moderate VPN registrations?

    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...
Back
Top Bottom