Skip to content

Commit 36c4a2a

Browse files
author
Mohamed Nur
committed
feat: cover ajax calls as well
Signed-off-by: Mohamed Nur <[email protected]>
1 parent 4c903e3 commit 36c4a2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
return config;
4747
}
4848
);
49+
$.ajaxSettings.xhrFields = { withCredentials: true };
4950
}
5051
5152
// debug logging of ajax requests/responses

0 commit comments

Comments
 (0)