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 flag HTML_NOOPENER_LINKS to create absolute links with "noopener" rel attribute #459

Closed
stefanneuhaus opened this issue May 29, 2018 · 1 comment · Fixed by #570
Closed
Labels

Comments

@stefanneuhaus
Copy link

There are already the following flags that add a certain value to the "rel" attribute of absolute links:

  • HTML_NOREFERRER_LINKS: "noreferrer"
  • HTML_NOFOLLOW_LINKS: "nofollow"

At least for the following reasons it would be desirable to have a flag that also adds a "noopener" value to the "rel" attribute:

The request is to add the flag HTML_NOOPENER_LINKS that implements this.

@rtfb
Copy link
Collaborator

rtfb commented May 31, 2018

For reference, this is already implemented in v2, and only needs backporting.

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

Successfully merging a pull request may close this issue.

3 participants