summary refs log tree commit diff
path: root/_layouts
diff options
context:
space:
mode:
authormayx2024-11-20 06:32:07 +0000
committermayx2024-11-20 06:32:07 +0000
commitdff8a2d2c99357f06970e0a4c8f30ca58c3fe826 (patch)
tree64a2d72b70a8bf4e5d86005f72ad02cea87657fb /_layouts
parent2952d9f63ebeb04d9764270aa9cc851d33d9c9e5 (diff)
Update 2 files
- /_layouts/post.html
- /service.md
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 6d353f2..c86b6ef 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -140,7 +140,8 @@ $.get(BlogAPI + "/suggest?id=" + blogurl + "&update=" + lastUpdated.valueOf(), f
       owner: 'Mabbs',
       admin: ['Mabbs'],
       id: '{{ page.id }}',      // Ensure uniqueness and length less than 50
-      distractionFreeMode: false  // Facebook-like distraction free mode
+      distractionFreeMode: false,  // Facebook-like distraction free mode
+      proxy: "https://cors-anywhere.mayx.eu.org/?https://github.com/login/oauth/access_token"
     })
   }
   else {
@@ -151,7 +152,8 @@ $.get(BlogAPI + "/suggest?id=" + blogurl + "&update=" + lastUpdated.valueOf(), f
       owner: 'Mabbs',
       admin: ['Mabbs'],
       id: '{{ page.id }}',      // Ensure uniqueness and length less than 50
-      distractionFreeMode: false  // Facebook-like distraction free mode
+      distractionFreeMode: false,  // Facebook-like distraction free mode
+      proxy: "https://cors-anywhere.mayx.eu.org/?https://github.com/login/oauth/access_token"
     })
   }