sveltia / sveltia-cms

Alternative to Netlify/Decap CMS. Fast, lightweight, Git-based headless CMS. Modern UX, first-class i18n support, open source & free. Made with Svelte.
MIT License
863 stars 43 forks source link

Allow for local development in other browsers: Firefox #38

Closed 0x0m0t0 closed 1 year ago

0x0m0t0 commented 1 year ago

Hello, it seems like local development is only enabled in Chrome or Edge.

Not all chromium browsers are supported though, I cannot access the admin panel in Brave.

Would it be possible to include Firefox?

kyoshino commented 1 year ago

As a former employee/contractor/volunteer for Mozilla, I’d like to support Firefox for sure! My primary browser is Firefox. Unfortunately, it’s not possible because Mozilla has decided not to support the File System Access API (local file access) in Firefox. 😿

I haven’t tested with Brave; will update README to remove “other Chromium-based desktop browser.”

Thanks.

w0rldart commented 8 months ago

It seems that File Systems API can be enabled for Brave via chrome://flags/#file-system-access-api or brave://flags/#file-system-access-api

kyoshino commented 8 months ago

Thanks! I haven’t tested myself but added a note to README.