docker-firefox
docker-firefox copied to clipboard
[FEAT] Enforcing trust in Chrome as an APP for this docker
Is this a new feature request?
- [x] I have searched the existing issues
Wanted change
Current default setting forces https in this docker which is ok - it uses self-signed cert whitch gives an error: net::ERR_CERT_COMMON_NAME_INVALID adding cert to truted root authorities in windows or in chrome directly (chrome://certificate-manager/localcerts) does not resolve it while creating chrome app. Is there any way to add certificate or somehow force trust to leit it work properly?
Reason for change
I would like to create possiblity to create an chrome app of this docker to use it as windows application.
Proposed code change
No response