Investigate if we can avoid using ServiceWorker in Che-Theia #18566
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/task
Internal things, technical debt, and to-do tasks to be performed.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your task related to a problem? Please describe.
Che-Theia uses ServiceWorker for Webview functionality.
As Google Chrome requires a secure context for installing a ServiceWorker, it forces the user to import Che self-signed CA certificate even in a single-host mode.
Describe the solution you'd like
We need to investigate if it’s possible to re-implement Webview functionality without relying on a ServiceWorker.
Describe alternatives you've considered
Additional context
See more details in #18496
The text was updated successfully, but these errors were encountered: