pawelmalak / flame

Flame is self-hosted startpage for your server. Easily manage your apps and bookmarks with built-in editors.
MIT License
5.3k stars 263 forks source link

[BUG] In Safari links to local domain misses the .local part of the link #358

Open jrho2 opened 2 years ago

jrho2 commented 2 years ago

Deployment details:


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:

  1. Go to 'Dashboard > applications'
  2. Click on 'the link to Music'
  3. And then Safari opens with music and nothing else in the addressbar.

image

micalm commented 2 years ago

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>