We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe463f commit ae654eeCopy full SHA for ae654ee
_site/app.js
@@ -1272,6 +1272,9 @@
1272
return $.ajax( $.extend({
1273
url: this.base_uri + params.path,
1274
dataType: "json",
1275
+ xhrFields:{
1276
+ withCredentials: true
1277
+ },
1278
error: function(xhr, type, message) {
1279
if("console" in window) {
1280
console.log({ "XHR Error": type, "message": message });
src/app/services/cluster/cluster.js
@@ -31,6 +31,9 @@
31
32
33
34
35
36
37
38
39
0 commit comments