Skip to content

Commit 0a756f7

Browse files
committed
Avoid CORS errors from eqtl table requests.
Do no send preflight requests for GET endpoints.
1 parent 159a994 commit 0a756f7

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bravue",
3-
"version": "0.18.0",
3+
"version": "0.18.1",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

src/components/table/EqtlCondTable.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ export default {
127127
headers: {
128128
"Content-type": "application/json; charset=utf-8",
129129
},
130-
credentials: "include"
131130
},
132131
ajaxContentType: "json",
133132
ajaxRequesting: () => {

src/components/table/EqtlTable.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ export default {
9595
headers: {
9696
"Content-type": "application/json; charset=utf-8",
9797
},
98-
credentials: "include"
9998
},
10099
ajaxContentType: "json",
101100
ajaxRequesting: () => {

0 commit comments

Comments
 (0)