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

add option to highlight the domain name #285

Open
3 tasks done
pokegamer5547 opened this issue Nov 16, 2023 · 3 comments
Open
3 tasks done

add option to highlight the domain name #285

pokegamer5547 opened this issue Nov 16, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@pokegamer5547
Copy link

Describe a related problem (optional)

To prevent falling into phishing attacks, reading thats the actual domain name is important. And while you can use uri parts module, you have to manually click on the drop down menu of "domain" to see the domain.
Ofc you can just read the input at top but sometimes the url is made so big by adding like username:password@test.com/test/test/test/test
Ofc android doesnt respect the @ symbol to work in a browser but you get the idea It's kinda hard to see where exactly is the actual domain part in this.

Describe your suggested feature

Add an option to highlight the domain part In the inout field of url checker.

Describe alternatives you've considered for your suggested feature

Or give a option to auto expand the domain dropdown in uri parts module. Tho it's quite small so it's bit hard for me to read.

Other details

No response

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I will fill out all of the requested information in this form.
@pokegamer5547 pokegamer5547 added the enhancement New feature or request label Nov 16, 2023
@TrianguloY
Copy link
Owner

This could be a nice addition to #100, but adding it to the editable input could be also nice if it's easier.
Coloring the other parts of the url could be nice too, but knowing myself I better start with small changes, if possible :/

@pokegamer5547
Copy link
Author

I think the approach of this app is decent.
Screenshot_20240501-123915_QR Scanner_1
It highlights just the domain name by making it bold and making others look normal.
If you want the url to be bold in your app though, then we can invert it. We can use normal font for domain name and keep using bold for rest.

@TrianguloY
Copy link
Owner

It's the same approach as Discord (and probably more apps) so I agree it should be the first step.

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

No branches or pull requests

2 participants