Compare commits
3 commits
a96a27a89b
...
7a056a6c5a
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a056a6c5a | |||
| 9dc702932b | |||
| 1ce0f54d5e |
1 changed files with 12 additions and 2 deletions
|
|
@ -94,8 +94,18 @@
|
||||||
expiration = "12h";
|
expiration = "12h";
|
||||||
inactivity = "45m";
|
inactivity = "45m";
|
||||||
remember_me_duration = "1M";
|
remember_me_duration = "1M";
|
||||||
|
cookies = [
|
||||||
|
{
|
||||||
domain = "cloonar.com";
|
domain = "cloonar.com";
|
||||||
same_site = "none";
|
}
|
||||||
|
{
|
||||||
|
domain = "cloonar.dev";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
domain = "gbv-aktuell.at";
|
||||||
|
same_site = "strict";
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
regulation = {
|
regulation = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue