summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2018-09-29 09:43:39 -0500
committerOmar Roth <omarroth@hotmail.com>2018-09-29 09:56:37 -0500
commit7d35b6e44f3770c0286403f2d16d5d578dc861d3 (patch)
tree091fd5b9bd02f0a7c7bc89203cee16b5e04261e7
parent8530c1f4ecd1ad5e784a25a4f86c7b71fe9a27ac (diff)
downloadinvidious-7d35b6e44f3770c0286403f2d16d5d578dc861d3.tar.gz
invidious-7d35b6e44f3770c0286403f2d16d5d578dc861d3.tar.bz2
invidious-7d35b6e44f3770c0286403f2d16d5d578dc861d3.zip
Add rel="noopener" to target="_blank" links
-rw-r--r--src/invidious/views/data_control.ecr2
-rw-r--r--src/invidious/views/watch.ecr2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/invidious/views/data_control.ecr b/src/invidious/views/data_control.ecr
index a710b8fd..0efcba28 100644
--- a/src/invidious/views/data_control.ecr
+++ b/src/invidious/views/data_control.ecr
@@ -13,7 +13,7 @@
</div>
<div class="pure-control-group">
- <label for="import_youtube">Import <a target="_blank"
+ <label for="import_youtube">Import <a rel="noopener" target="_blank"
href="https://support.google.com/youtube/answer/6224202?hl=en-GB">YouTube subscriptions</a></label>
<input type="file" id="import_youtube" name="import_youtube">
</div>
diff --git a/src/invidious/views/watch.ecr b/src/invidious/views/watch.ecr
index 2b01fa83..4fdbbb56 100644
--- a/src/invidious/views/watch.ecr
+++ b/src/invidious/views/watch.ecr
@@ -218,7 +218,7 @@ function get_reddit_comments() {
{title} \
</h3> \
<b> \
- <a target="_blank" href="https://reddit.com{permalink}">View more comments on Reddit</a> \
+ <a rel="noopener" target="_blank" href="https://reddit.com{permalink}">View more comments on Reddit</a> \
</b> \
</div> \
<div>{contentHtml}</div> \