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

ProtonVPN Firefox Extension drops query string for HTTP schema #10

Open
3 tasks done
alexeygon opened this issue Jan 22, 2025 · 0 comments
Open
3 tasks done

ProtonVPN Firefox Extension drops query string for HTTP schema #10

alexeygon opened this issue Jan 22, 2025 · 0 comments

Comments

@alexeygon
Copy link

alexeygon commented Jan 22, 2025

We are happy to answer your questions about the code or discuss technical ideas.

Please complete the following checklist (by adding [x]):

  • I have searched open and closed issues for duplicates
  • This isn't a feature request
  • This is not a report about my app not working as expected

There is a bug on ProtonVPN extension for Firefox.
How to reproduce:
Open Firefox.
Turn off ProtonVPN connection.
Navigate to link http://echo.free.beeceptor.com/?something=1. Not https, http exact!
There is 'something' param in 'parsedQueryParams' hash. It's OK.
Turn on ProtonVPN connection.
Navigate to link http://echo.free.beeceptor.com/?something=1.
Actual result: parsedQueryParams is empty.
Expected result: 'something' param in 'parsedQueryParams' hash.

If you navigate to https schema, there is no problem at this case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant