Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: mixed content protocols #181

Merged
merged 2 commits into from
Nov 21, 2024
Merged

Fix: mixed content protocols #181

merged 2 commits into from
Nov 21, 2024

Conversation

mosmuell
Copy link
Member

The frontend defaulted to insecure protocols. When a service is put behind a reverse proxy that performs SSL/TLS termination, browsers not using a plugin that updates all unsafe requests cannot connect to the service.
This PR makes the service pass the used protocol in the HTML, making it easy for the client to use that protocol.

@mosmuell mosmuell added the bug Something isn't working label Nov 21, 2024
@mosmuell mosmuell merged commit bdf97fa into main Nov 21, 2024
9 checks passed
@mosmuell mosmuell deleted the fix/mixed_content_protocols branch November 21, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant