Commit 37aa0bba authored by wang's avatar wang

111

parent 55994d15
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
var g = e || $C_gLP(u); var g = e || $C_gLP(u);
return a === g ? a : g; return a === g ? a : g;
} }
let uuid = genUuid(); let uuid = genUuid();
window._pxVid = ''; window._pxVid = '';
window._pxUuid = uuid; window._pxUuid = uuid;
...@@ -80,11 +81,11 @@ ...@@ -80,11 +81,11 @@
window._pxJsClientSrc = '//client.perimeterx.net/PXVb73hTEg/main.min.js'; window._pxJsClientSrc = '//client.perimeterx.net/PXVb73hTEg/main.min.js';
window._pxFirstPartyEnabled = 'false'; window._pxFirstPartyEnabled = 'false';
var script = document.createElement('script'); var script = document.createElement('script');
script.src = '//captcha.perimeterx.net/PXVb73hTEg/captcha.js?a=c&u='+uuid+'&v=&m=0'; script.src = '//captcha.perimeterx.net/PXVb73hTEg/captcha.js?a=c&u=' + uuid + '&v=&m=0';
document.head.appendChild(script); document.head.appendChild(script);
script.onerror = function () { script.onerror = function () {
script = document.createElement('script'); script = document.createElement('script');
script.src = 'https://captcha.px-cloud.net/PXVb73hTEg/captcha.js?a=c&u='+uuid+'&v=&m=0'; script.src = 'https://captcha.px-cloud.net/PXVb73hTEg/captcha.js?a=c&u=' + uuid + '&v=&m=0';
script.onerror = window._pxDisplayErrorMessage; script.onerror = window._pxDisplayErrorMessage;
document.head.appendChild(script); document.head.appendChild(script);
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment