AlexxNB / tinro

Highly declarative, tiny, dependency free router for Svelte's web applications.
MIT License
669 stars 30 forks source link

Firefox throwing a DOMException when using URL authentication #128

Open felixtech-msp opened 6 months ago

felixtech-msp commented 6 months ago

In Firefox when a URL authentication (https://user:pass@example.com) a click on a link doesn't to anything and instead a "DOMException: This operation is insecure." is thrown, making it basically impossible to use the website in Firefox.