Hello, I started to experience a problem with Mull and Duolingo (and also bromite) that started about 1 month ago.

Basically Duolingo tells me that my browser is not supported but it worked perfectly fine before. Anyone experienced this issue? I can’t find an issue on mull repo apparently about this specific issue. Dunno if it is something about resisting fingerprint but I wonder why that happens…

  • @emergencyfood
    link
    55 months ago

    the ability to load and save data to the local file system

    That sounds like a huge security risk. I’m surprised any browser allows it.

    • @[email protected]
      link
      fedilink
      25 months ago

      All it can do is open a dialogue to load or save a file. The action must also be initiated by the user (e.g. clicking a button). It’s not randomly allowing a page to load and save on its own.

        • @[email protected]
          link
          fedilink
          45 months ago

          Using JavaScript to open a save or load dialog is not possible on Firefox. It lacks the methods showOpenFilePicker() and showSaveFilePicker().