We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66276bf commit 9450799Copy full SHA for 9450799
web/includes/csrf/csrf-magic.js
@@ -8,7 +8,7 @@
8
// Here are the basic overloaded method definitions
9
// The wrapper must be set BEFORE onreadystatechange is written to, since
10
// a bug in ActiveXObject prevents us from properly testing for it.
11
-"use strict";
+// "use strict";
12
var CsrfMagic = function(real) {
13
// try to make it ourselves, if you didn't pass it
14
if (!real) try {real = new XMLHttpRequest;} catch (e) {;}
0 commit comments