Skip domain in config

master
andryyy 2017-05-14 20:15:59 +02:00
parent 1add37157d
commit 3ab77b1303
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ 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" => "",