2
0
visuddhinanda 4 жил өмнө
parent
commit
5d9c69c6a0

+ 1 - 1
public/app/article/article.js

@@ -365,7 +365,7 @@ function gotoArticle(articleId) {
 function OneHitChapter(book,para,channel){
     fetch('/api/v2/view',{
         method: 'POST',
-        credentials: 'include',
+        credentials: 'same-origin',
         headers: {
             'Content-Type': 'application/json'
         },