• bleistift2@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 month ago

    It doesn’t have to be an *.ico file. So you might need to try different file extensions.

    • FrostyPolicy@suppo.fi
      link
      fedilink
      arrow-up
      3
      ·
      1 month ago

      True. I’ve just seen requests to that file in my demo env for web apps I have and I’ve seen my browser request that file by itself when running those locally.

    • kevincox@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 month ago

      /favicon.ico is the only “default” URL. /favicon.ico is usually not an actual “icon” type anymore but PNG or JPG (but with the same URL). Other than that you need to load the HTML and check for Link headers or <link rel=icon> elements. While URLs like /favicon.png may be popular they aren’t part of any actual protocol.