We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rel="noopener noreferrer"
_blank
1 parent 9fb3cb9 commit d69dbcdCopy full SHA for d69dbcd
_CNDB/_JNJ/html/dashboard/app.js
@@ -57,6 +57,7 @@
57
// clickable to expand/collapse the nested tree
58
// 9-Jul-2015 (CT) Make map resizable
59
// 5-May-2016 (CT) Use `$V5a.new_window`, not homegrown code
60
+// 6-Oct-2016 (CT) Add `rel="noopener noreferrer"` to `_blank` target
61
// ««revision-date»»···
62
//--
63
@@ -516,7 +517,7 @@
516
517
);
518
var url_h = pref + node + "." + name;
519
dg$.html
- ( "<a href=\"" + url_h + "\" target=\"_blank\">"
520
+ ( "<a href=\"" + url_h + "\" target=\"_blank\" rel=\"noopener noreferrer\">"
521
+ "<img src=\"" + url_g + "\" alt=\"Smokeping Graphik für " + name + "." + node + "\"/>"
522
+ "</a>"
523
0 commit comments