You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Please complete the following checklist (by adding [x]):
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.
The text was updated successfully, but these errors were encountered: