Compare commits
3 Commits
a96a27a89b
...
7a056a6c5a
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a056a6c5a | |||
| 9dc702932b | |||
| 1ce0f54d5e |
@@ -94,8 +94,18 @@
|
||||
expiration = "12h";
|
||||
inactivity = "45m";
|
||||
remember_me_duration = "1M";
|
||||
domain = "cloonar.com";
|
||||
same_site = "none";
|
||||
cookies = [
|
||||
{
|
||||
domain = "cloonar.com";
|
||||
}
|
||||
{
|
||||
domain = "cloonar.dev";
|
||||
}
|
||||
{
|
||||
domain = "gbv-aktuell.at";
|
||||
same_site = "strict";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
regulation = {
|
||||
|
||||
Reference in New Issue
Block a user