We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
When entering OpenSubtitiles credentials in Jellyfin, it redirects to
http://localhost:8096/web/index.html?username=<my_username>&password=<my_password>#!/configurationpage?name=Open%20Subtitles?username=<my_username>&password=<my_password>
where my_username and my_password are my credentials for OpenSubtitles.org, in plain text.
It seems they're kept in the url even if I leave the plugin page:
For security reasons they should not be passed in plain text and in the query string.
Thank you.
The text was updated successfully, but these errors were encountered:
I agree this maybe isn't the most clever design. However, there is a quick fix for this, enabling HTTPS :)
Sorry, something went wrong.
That is not a fix 😄
Putting the password in the request body instead does not exactly stop sniffing attempts. Use HTTPS.
No branches or pull requests
Hi all,
When entering OpenSubtitiles credentials in Jellyfin, it redirects to
where my_username and my_password are my credentials for OpenSubtitles.org, in plain text.
It seems they're kept in the url even if I leave the plugin page:
For security reasons they should not be passed in plain text and in the query string.
Thank you.
The text was updated successfully, but these errors were encountered: