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

Pressing "UP" button appends query string to parent URL #37

Open
acidus99 opened this issue Jan 31, 2022 · 0 comments
Open

Pressing "UP" button appends query string to parent URL #37

acidus99 opened this issue Jan 31, 2022 · 0 comments

Comments

@acidus99
Copy link

If you are viewing a URL which has a query component, and you click the "up" button, the query string is used for requesting the parent URL.

To reproduce:

  • Go to a URL with a query string (e.g. gemini://elaho.glv.one/feedback?test)
  • Click the "up" button in the UI.
  • Look at the address bar. The URL will include the query string (e.g. gemini://elaho.glv.one/?test)

Screen Recording 2022-01-31 at 6 41 01 PM

Looking at my gemini capsule logs, I can see that this is not a UI bug. The query string is sent as part of the URL for the parent (e.g. the URL gemini://elaho.glv.one/?test is actually requested)

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