5 hours ago
Nope, certificate is valid
HOWEVER commenting out the CSP line allowed the screen to move on to the username/password screen and I was able to login and play something
Code:
Issuer: C=US, O=Let's Encrypt, CN=R10
Validity
Not Before: Jan 7 13:44:23 2025 GMT
Not After : Apr 7 13:44:22 2025 GMT
HOWEVER commenting out the CSP line allowed the screen to move on to the username/password screen and I was able to login and play something
Code:
# Content Security Policy
# See: https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
# Enforces https content and restricts JS/CSS to origin
# External Javascript (such as cast_sender.js for Chromecast) must be whitelisted.
#add_header Content-Security-Policy "default-src https: data: blob: ; img-src 'self' https://* ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' https://www.gstatic.com https://www.youtube.com blob:; worker-src 'self' blob:; connect-src 'self'; object-src 'none'; frame-ancestors 'self'; font-src 'self'";