disallow people that I block from stalking
This commit is contained in:
parent
7e086f1ee6
commit
f65a2e952f
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,8 @@ in {
|
||||||
SMTP_ENABLE_STARTTLS_AUTO = "true";
|
SMTP_ENABLE_STARTTLS_AUTO = "true";
|
||||||
SINGLE_USER_MODE = "true";
|
SINGLE_USER_MODE = "true";
|
||||||
RAILS_SERVE_STATIC_FILES = "true";
|
RAILS_SERVE_STATIC_FILES = "true";
|
||||||
|
AUTHORIZED_FETCH = "true";
|
||||||
|
DISALLOW_UNAUTHENTICATED_API_ACCESS = "true";
|
||||||
};
|
};
|
||||||
inherit streamingPort;
|
inherit streamingPort;
|
||||||
inherit webPort;
|
inherit webPort;
|
||||||
|
|
Loading…
Reference in a new issue