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

fix incorrect HUD noopener implementation #975

Merged
merged 2 commits into from
Sep 22, 2022

Conversation

thescientist13
Copy link
Member

@thescientist13 thescientist13 commented Aug 21, 2022

Related Issue

Noticed noopener was spelled wrong inside the <a> tag of the HUD. But also did some reading and learned

  1. In newer browsers (anything that would support WCs at least) noopener is implied when using target="_blank"
  2. If using noreferrer, it basically behaves like noopener as well ✅ ✅

I guess we could do this anywhere else in the site? 🤔

Summary of Changes

  1. Change HUD to just use noreferrer

@thescientist13 thescientist13 added bug Something isn't working question Further information is requested CLI labels Aug 21, 2022
@thescientist13 thescientist13 changed the base branch from master to release/0.27.0 September 3, 2022 22:50
@thescientist13 thescientist13 merged commit 0c44d19 into release/0.27.0 Sep 22, 2022
@thescientist13 thescientist13 deleted the bug/hud-incorrect-noopener-attribute branch September 22, 2022 12:57
@thescientist13 thescientist13 mentioned this pull request Sep 22, 2022
27 tasks
@thescientist13 thescientist13 changed the title fix incorrect HUD noopener implementation fix incorrect HUD noopener implementation Oct 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alpha.0 bug Something isn't working CLI question Further information is requested v0.27.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant