Renamed file to reflect actual purpose
This commit is contained in:
parent
5a2d3313e7
commit
21f272e9f0
@ -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 = [];
|
||||
cookieDomains.forEach(function(domain) {
|
||||
XHR.push($.get({
|
||||
url: "https://auth." + domain + "/lucidAuth.setXDomainCookie.php",
|
||||
url: "https://auth." + domain + "/lucidAuth.requestCookie.php",
|
||||
crossDomain: true,
|
||||
xhrFields: {
|
||||
withCredentials: true,
|
||||
|
Loading…
Reference in New Issue
Block a user