소스 검색

add CORS info to website, fixes #110

jomo 10 년 전
부모
커밋
94fe61e076
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      views/index.jade

+ 8 - 0
views/index.jade

@@ -253,6 +253,14 @@ block content
           a(id="meta" class="anchor")
           a(href="#meta")
             h2 Meta
+
+          section
+            a(id="meta-cors" class="anchor")
+            a(href="#meta-cors")
+              h3 CORS
+            p
+              | Crafatar supports CORS so you can make AJAX request from within the browser!
+
           section
             a(id="meta-http-headers" class="anchor")
             a(href="#meta-http-headers")