diff --git a/index.html b/index.html
index cf80d04..b11ddc7 100644
--- a/index.html
+++ b/index.html
@@ -2473,7 +2473,11 @@
(startA || endA).setAttribute('href', url)
} else {
replaceSelectedText(createElement('a', {
- attributes: { href: url }
+ attributes: {
+ href: url,
+ target: "_blank",
+ rel: "noopener noreferrer"
+ }
}))
}
}