flame
flame copied to clipboard
[BUG] In Safari links to local domain misses the .local part of the link
Deployment details:
- App version: 2.3.0
- Platform: Docker, Synology
- Docker image tag [latest]: Docker image in Synology, as described by mariushosting.com
Bug description:
In Safari on iPad links to local domain misses the .local part of the link, so that links like music.local i flame opens a browser with only music in the addressbar.
Steps to reproduce:
- Go to 'Dashboard > applications'
- Click on 'the link to Music'
- And then Safari opens with music and nothing else in the addressbar.

There are tons of issues with .local, especially on Apple devices.
Do these links work outside of Flame? I.e. when serving something like this:
<html>
<head>
<title>im flaem not lying promis</title>
</head>
<body>
<a href="http://musik.local">WebMusik http</a>
<a href="https://musik.local">WebMusik https</a>
<a href="musik.local">WebMusik noschema</a>
</body>
</html>