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