소스 검색

Add target _blank to href

THEGamingninja 4 년 전
부모
커밋
d3337322dd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      frontend/js/app/nginx/access/form.ejs

+ 2 - 2
frontend/js/app/nginx/access/form.ejs

@@ -48,7 +48,7 @@
                 <div class="tab-pane" id="auth">
                     <p>
                         Basic Authorization via
-                        <a href="https://nginx.org/en/docs/http/ngx_http_auth_basic_module.html">
+                        <a target="_blank" href="https://nginx.org/en/docs/http/ngx_http_auth_basic_module.html">
                             Nginx HTTP Basic Authentication
                         </a>
                     </p>
@@ -75,7 +75,7 @@
                 <div class="tab-pane" id="access">
                     <p>
                         IP Address Whitelist/Blacklist via
-                        <a href="https://nginx.org/en/docs/http/ngx_http_access_module.html">
+                        <a target="_blank" href="https://nginx.org/en/docs/http/ngx_http_access_module.html">
                             Nginx HTTP Access
                         </a>
                     </p>