-
Notifications
You must be signed in to change notification settings - Fork 62
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
Mask content of title attribute in profile #29
Comments
Hi @peterblazejewicz thanks for taking the time to open and report this issue you're seeing. Could you share an example of where/which title attribute is in the portal showing this? It will help me better understand the issue. |
Me again and back to working on this project a bit :) I'm trying to determine the best solution here as I'd like to also avoid storing any data that is hidden by the extension. Being that the nature of the extension is to just hide/show the sensitive data if we were to start replacing the sensitive data to hide it (such as in the possible solution to this issue) we'd need to know how to return it back when the extension is toggled off. One solution I'm exploring and what I plan to use to resolve other title/tooltip masking issues (such as in #48) is to disable pointer-events. The downside of doing that here is you won't be able to access the user menu then. I'm open to hearing other ideas and suggestions on how we can best resolve this as well. Please feel free to share here if you or anyone else has some. |
The title attribute contains the same sensitive information that is covered by blurred style.
Can the string replacement be used here? At least in the main navigation menu.
The below appears to implement the idea:
thanks!
The text was updated successfully, but these errors were encountered: