MudBlazor / TryMudBlazor

A playground for trying out and testing MudBlazor components entirely in the browser.
https://try.mudblazor.com/
GNU General Public License v2.0
75 stars 37 forks source link

[Known Issue] "The operation is insecure" in Firefox Private mode #113

Closed ScarletKuro closed 3 months ago

ScarletKuro commented 1 year ago

Official Mozilla Documentation states that: "Furthermore, because CacheStorage requires file-system access, it may be unavailable in private mode in Firefox."

Bugzilla#1724607 and Bugzilla#1320796 claims that: "Cache Storage/Service Worker implementation requires file system access. It's disabled in Firefox private mode whereas Chrome/Edge/Safari incognito mode uses a memory file system."

henon commented 1 year ago

It is very unfortunate that https://try.mudblazor.com does not work in a private tab in Firefox because usually when there is an issue that is caused by the application cache, opening it in a private tab is a quick fix on Chrome and Edge.

ScarletKuro commented 1 year ago

Jens Stutte (Senior Engineering Manager - Mozilla) told that they want to address private browsing support (IndexedDb and Cache API) this year. I guess we just wait instead of inventing workarounds.

ScarletKuro commented 3 months ago

@henon it seems like it is fixed now in firefox and we can close this issue. You can double check if you have firefox