Recent content by digitalpoint

  1. digitalpoint

    [DigitalPoint] App for Cloudflare®

    Well, you could do some trickery with Cloudflare Page Rules, like only allow them to be downloaded if the user requesting it has a certain cookie or block certain user agents or something. If you went down the road of presigned URLs, you lose the ability for them to be edge cached... so they are...
  2. digitalpoint

    [DigitalPoint] App for Cloudflare®

    I don’t think so because of how XenForo works with video. But I also don’t have a site that allows uploading video, so can’t really look at the URL structure to double check. If you have a post/thread URL with an uploaded video, I could look. If it’s purely for hot link protection, you could...
  3. digitalpoint

    [DigitalPoint] Security

    The error implies a problem with the Passkey on the user’s side. You can Google the error if you want, but most probably it’s a Passkey that the user improperly restored from a backup.
  4. digitalpoint

    [DigitalPoint] Security

    That’s native Passkey stuff built into XenForo core, not this addon.
  5. digitalpoint

    [DigitalPoint] Profiles

    Icons come from FontAwesome, so if you want to change FontAwesome icons, you would need to talk to FontAwesome developers. If you just want to use the solid version of their badge icon, edit the profile_less_macros template and change @fa-var-badge-check to @fa-var-solid-badge-check.
  6. digitalpoint

    [DigitalPoint] App for Cloudflare®

    Basically this. Was originally made just for internal use for my own sites. It's one of about 10ish addons I have that I run on 100% of my XenForo sites. I don't personally have a use for it on WordPress, so... 🤷🏻‍♂️
  7. digitalpoint

    [DigitalPoint] App for Cloudflare®

    If it makes you feel better, you can purchase the WordPress version. 🤷🏻‍♂️ https://appforcf.com/items/app-for-cloudflare%C2%AE-pro.1/
  8. digitalpoint

    [DigitalPoint] App for Cloudflare®

    Not that I know of, no. Someone could certainly translate it and export the translation, but not sure if anyone has.
  9. digitalpoint

    [DigitalPoint] App for Cloudflare®

    A few things you can check.... make sure you didn't add restrictions to your API token (for example if you are having it only work for certain IPs) or restrictions on date/accounts it can be used on. I suppose maybe something is wrong with the token itself... you could always create a new one...
  10. digitalpoint

    [DigitalPoint] App for Cloudflare®

    Is your domain setup as zone in your Cloudflare account? That error implies there’s an issue retrieving settings for your zone.
  11. digitalpoint

    Implemented Implement an alternative provider for GIF support

    Sounds like it should just be a "animated gif" framework/abstraction with handlers so in the future, changing providers is as simple as changing handlers? 🤷🏻‍♂️
  12. digitalpoint

    [DigitalPoint] Better Google Analytics

    Probably better to apply special rules that route a request away from the application (XenForo) only if the file exists in the filesystem. I mean if you want to do it “right”. 😀 XenForo can handle any extension, so not sending certain requests to XenForo based on extension isn’t the best, so a...
  13. digitalpoint

    [DigitalPoint] Better Google Analytics

    It’s dynamic.
  14. digitalpoint

    [DigitalPoint] Better Google Analytics

    Don’t see that happening (not from me anyway). Maybe post the idea and a developer will do it? 🤷🏻‍♂️
  15. digitalpoint

    Abstracted filesystem in XF3

    Honestly symlinks would probably work better because for the "local" filesystem, you would just internally be using native PHP functions (file_get_contents, fopen, etc.) which work fine with symlinks.
Back
Top Bottom