Browse Source

External links without noopener/noreferrer are a potential security risk.

gero3 8 years ago
parent
commit
76c629b05a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/misc_sound_visualizer.html

+ 1 - 1
examples/misc_sound_visualizer.html

@@ -71,7 +71,7 @@
 	<div id="container"></div>
 	<div id="container"></div>
 	<div id="info">
 	<div id="info">
 		<a href="https://threejs.org" target="_blank" rel="noopener noreferrer">three.js</a> - misc - sound visualizer -
 		<a href="https://threejs.org" target="_blank" rel="noopener noreferrer">three.js</a> - misc - sound visualizer -
-		music by <a href="http://www.newgrounds.com/audio/listen/358232" target="_blank">larrylarrybb</a>
+		music by <a href="http://www.newgrounds.com/audio/listen/358232" target="_blank" rel="noopener noreferrer">larrylarrybb</a>
 	</div>
 	</div>
 
 
 	<script>
 	<script>