Why do I get this message, what is this authorisation needed for?
Why do I get this message, what is this authorisation needed for?
I replied up above about this. If you visit my profile right now and hit posts, you’ll get the message. I made a post in /c/test with a link for an image at 192.168.1.5/image.png
The app tries to pre-load images. If it makes a request to an internal IP, then iOS automatically triggers this. I’ll see how I can completely disable this or if I need to just filter these out.
For the record, this appears to happen in other apps as well so if you want to test it on other apps, feel free 👍
Likely related to this issue, perhaps it’s not completely closed yet:
Describe the bug If someone posts a link to an internal IP address (i.e. 192.168.1.1/picture.png), Memmy will try to pre-load the image. Since it is an internal IP address, iOS will try and request...
Yea, I think the issue got closed on accident during our migration to Linear (you can see all the tag replacements…)
I’ll do a filter to fix this issue. Super weird lmao.
Edit: Repost of the comment I made below for visibility:
This is related to this bug: github.com/Memmy-App/memmy/issues/170
I guess what I need to do is completely filter out anything that is local. Super weird issue and frankly annoying that they can even be posted to Lemmy.
To test this, visit my profile and hit “Posts”. I posted something in /c/test with an internal IP for reference.
Edit: We’ll add some information to the dialog asking you to deny the permission and I’ll do my best to filter these out so it doesn’t pop up at all.
Edit: Fixed this now. See these commits for changes:
github.com/…/5a1ed47fd92f76c6b0931e4b2e5700584ee4… github.com/…/cdf9421e4955f7c93af0e750612e9db3dc4d…
Describe the bug If someone posts a link to an internal IP address (i.e. 192.168.1.1/picture.png), Memmy will try to pre-load the image. Since it is an internal IP address, iOS will try and request...
This is related to this bug: github.com/Memmy-App/memmy/issues/170
I guess what I need to do is completely filter out anything that is local. Super weird issue and frankly annoying that they can even be posted to Lemmy.
To test this, visit my profile and hit “Posts”. I posted something in /c/test with an internal IP for reference.
Edit: We’ll add some information to the dialog asking you to deny the permission and I’ll do my best to filter these out so it doesn’t pop up at all.
Edit: Fixed this now. See these commits for changes:
github.com/…/5a1ed47fd92f76c6b0931e4b2e5700584ee4… github.com/…/cdf9421e4955f7c93af0e750612e9db3dc4d…
Describe the bug If someone posts a link to an internal IP address (i.e. 192.168.1.1/picture.png), Memmy will try to pre-load the image. Since it is an internal IP address, iOS will try and request...