I found a decent safari extension for iOS for redirecting links to privacy focused frontends: Privacy Redirect

If you’re self-hosting a private instance that’s not secure you’ll need to put http:// at the start of the URLs specifically.

  • @metaeaux
    link
    11 year ago

    Rules can be updated dynamically using updateDynamicRules.

    I wrote an extension that implements declarativeNetRequest redirects to private front ends just using a static hardcoded list. It only took a couple of hours. I’m using it on MacOS and iOS. I don’t think it’s the kind of thing that would take significant investment from the developer, I just don’t think they have any plans or motivation to make it more private than the current implementation.

    • Norah - She/TheyOP
      link
      fedilink
      3
      edit-2
      1 year ago

      I think you’re assuming a lot of the developer. It’s just one person, and selling this for a few bucks clearly isn’t their day job. The entitlement of some people on github is real. Like, why not help the dev out, submit a pull request? Instead of whining that they won’t ever implement something.

      Edit: Before you tell me to put my money where my mouth is, before I made this post I submitted a pull request to this repo. Wanted to be able to set my invidious instance with yattee:// at the start so it would automatically open them in app instead. Actually found an issue with someone else requesting the same feature and linked the PR to it.

      • @metaeaux@lemmy.ml
        link
        fedilink
        11 year ago

        Who’s whining? I haven’t even contacted them. I paid for their app, but didn’t use it because the implementation didn’t meet my needs. So I wrote my own. 🤷🏻‍♂️

          • @metaeaux@lemmy.ml
            link
            fedilink
            21 year ago

            You’re inferring a lot more emotion and tone in my comments than what I have felt as I wrote them. As such, your responses are making it an unpleasant experience to share knowledge with a community.

            • Norah - She/TheyOP
              link
              fedilink
              1
              edit-2
              1 year ago

              You mean how you inferred a lot more intention from the dev in your comments, and made it unpleasant to share a resource with a community?

              It’s fair enough to share that it currently isn’t fully secure. But you complained the dev would never fix an issue they’ve known about for a few months. Then you went on about how you just coded an app yourself. Well then go put it on the app store so there’s a secure one if you think the dev won’t ever fix it. Or, contribute back to the open source community. Or, don’t cast aspersions about what other devs do with their time.

              Edit: The dev’s also a human being. They might have had a significant life event happen during that time.

              • @metaeaux@lemmy.ml
                link
                fedilink
                11 year ago

                The app might be GPL, but it’s a paid app. I see no reason to submit a PR to do the work for the developer. I am also a customer of his, so I don’t think it’s unreasonable that I had hoped he would make his app fit for purpose. If I raise a PR to help his LLC sell apps, I have no control over whether he will actually accept changes or submit changes to the App Store, either. I don’t intend to give my time away like a charity to an LLC.

                I wrote my own app to determine whether Safari had implemented enough of the properties of the declarativeNetRequest API to allow for redirects. It turns out that it does, and in this way, it avoids reaching destination servers and avoids cookies they may set or analytics they run, and counts towards MAU. It also works with DNS blocks to target sites.

                If I release it on the App Store, it will be free.

                In any case, I said nothing bad about the developer except that they are aware of the new API but have not shared plans or shown motivation to adopt it. That’s not a negative comment and does not detract from the possibility of significant life events etc. It’s simply an observation.

                It seems like you’re crafting a straw man out of a few words I shared about a privacy app.

          • @qchen
            link
            11 year ago

            if he paid he has the right to complain.

        • DuckGuy
          link
          fedilink
          11 year ago

          So I wrote my own

          Is it available in the AppStore? I’m interested!

          • @metaeaux@lemmy.ml
            link
            fedilink
            21 year ago

            Not yet. I’ve renewed my developer account recently. I’ll try to get the code cleaned up and submit it. 🙂