浏览代码

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

gero3 8 年之前
父节点
当前提交
a99facf6b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>
 		<script src="js/postprocessing/ShaderPass.js"></script>
 
 
 		<div id="info">
 		<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>
 		</div>
 
 
 		<script>
 		<script>