hotwax / dxp-components

DXP Components
Apache License 2.0
11 stars 16 forks source link

Service worker not working in firefox private mode #241

Closed ymaheshwari1 closed 2 months ago

amansinghbais commented 8 months ago

As per the findings, In Firefox, Service Worker APIs are hidden and cannot be used when the user is in private browsing mode, or when history is disabled, or if cookies are cleared when Firefox is closed. These APIs are disabled because of security reasons for avoiding Man in middle attack.

Links to findings for this issue: https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API https://bugzilla.mozilla.org/show_bug.cgi?id=1320796 https://bugzilla.mozilla.org/show_bug.cgi?id=1601916

Dhiraj1405 commented 2 months ago

Will recreate when needed. Closing