Add rel=noopener (#5046)

This commit is contained in:
Bram Kragten
2020-03-04 22:34:48 +01:00
committed by GitHub
parent 196540afc7
commit d3105b6846
35 changed files with 115 additions and 35 deletions

View File

@@ -38,7 +38,7 @@ class StepFlowExternal extends LitElement {
<div class="content">
${this.flowConfig.renderExternalStepDescription(this.hass, this.step)}
<div class="open-button">
<a href=${this.step.url} target="_blank">
<a href=${this.step.url} target="_blank" rel="noreferrer">
<mwc-button raised>
${localize(
"ui.panel.config.integrations.config_flow.external_step.open_site"