Browse Source

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

gero3 8 years ago
parent
commit
a99facf6b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_postprocessing_sobel.html

+ 1 - 1
examples/webgl_postprocessing_sobel.html

@@ -45,7 +45,7 @@
 		<script src="js/postprocessing/ShaderPass.js"></script>
 
 		<div id="info">
-			<a href="https://threejs.org" target="_blank">three.js</a> - webgl - postprocessing - sobel (edge detection)
+			<a href="https://threejs.org" target="_blank" rel="noopener noreferrer">three.js</a> - webgl - postprocessing - sobel (edge detection)
 		</div>
 
 		<script>