mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-20 16:52:02 +00:00
Skip domain in config
This commit is contained in:
parent
1add37157d
commit
3ab77b1303
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ return array(
|
|||
"customErrorMessage" => "",
|
||||
"jsPath" => "../js/csrfprotector.js",
|
||||
// Fetching IS_HTTPS from sessions handler
|
||||
"jsUrl" => get_trusted_hostname(),
|
||||
"jsUrl" => "/inc/lib/vendor/owasp/csrf-protector-php/js/csrfprotector.js",
|
||||
"tokenLength" => 10,
|
||||
"secureCookie" => false,
|
||||
"disabledJavascriptMessage" => "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue