|
@@ -39,9 +39,9 @@ return array(
|
|
"customErrorMessage" => "",
|
|
"customErrorMessage" => "",
|
|
"jsPath" => "../js/csrfprotector.js",
|
|
"jsPath" => "../js/csrfprotector.js",
|
|
// Fetching IS_HTTPS from sessions handler
|
|
// Fetching IS_HTTPS from sessions handler
|
|
- "jsUrl" => get_trusted_hostname(),
|
|
|
|
|
|
+ "jsUrl" => "/inc/lib/vendor/owasp/csrf-protector-php/js/csrfprotector.js",
|
|
"tokenLength" => 10,
|
|
"tokenLength" => 10,
|
|
"secureCookie" => false,
|
|
"secureCookie" => false,
|
|
"disabledJavascriptMessage" => "",
|
|
"disabledJavascriptMessage" => "",
|
|
"verifyGetFor" => array()
|
|
"verifyGetFor" => array()
|
|
-);
|
|
|
|
|
|
+);
|