Periodic merge upstream #3
@ -1,10 +0,0 @@
|
|||||||
$(document).ready(function(){
|
|
||||||
$.post("lucidAuth.setXDomainCookie.php", {
|
|
||||||
do: "login",
|
|
||||||
ref: $('#ref').val()
|
|
||||||
})
|
|
||||||
.done(function(data,_status) {
|
|
||||||
if (data.Result === 'Success') {
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
@ -41,7 +41,7 @@ console.log('CrossDomainLogin initiated');
|
|||||||
var XHR = [];
|
var XHR = [];
|
||||||
cookieDomains.forEach(function(domain) {
|
cookieDomains.forEach(function(domain) {
|
||||||
XHR.push($.get({
|
XHR.push($.get({
|
||||||
url: "https://auth." + domain + "/lucidAuth.setXDomainCookie.php",
|
url: "https://auth." + domain + "/lucidAuth.requestCookie.php",
|
||||||
crossDomain: true,
|
crossDomain: true,
|
||||||
xhrFields: {
|
xhrFields: {
|
||||||
withCredentials: true,
|
withCredentials: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user