소스 검색

Open links in new tab/window

sbkwgh 7 년 전
부모
커밋
c3f3c8eba9
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      frontend/src/components/InputEditorPreview.vue

+ 2 - 0
frontend/src/components/InputEditorPreview.vue

@@ -136,6 +136,8 @@
 
 								a.textContent = content.title;
 								a.href = content.URL;
+								a.setAttribute('target', '_blank');
+								a.setAttribute('rel', 'noopener noreferrer');
 								span.textContent = 'from ' + link.hostname;
 
 								h2.appendChild(a);