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] Close vulnerability by adding rel="noopener" #88

Merged
merged 1 commit into from
Oct 25, 2019

Conversation

zooley
Copy link
Contributor

@zooley zooley commented Oct 25, 2019

External URLs with target="_blank" should have either rel="noopener"
or rel="noreferrer" to prevent malicious use of window.opener

Refs: https://developers.google.com/web/tools/lighthouse/audits/noopener

External URLs with `target="_blank"` should have either `rel="noopener"`
or `rel="noreferrer"` to prevent malicious use of `window.opener`

Refs: https://developers.google.com/web/tools/lighthouse/audits/noopener
johrstrom pushed a commit to johrstrom/ondemand that referenced this pull request Oct 25, 2019
@ericfranz
Copy link
Contributor

Thank you very much!

@ericfranz ericfranz merged commit 21decc6 into OSC:master Oct 25, 2019
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

Successfully merging this pull request may close these issues.

2 participants