Merge pull request from GHSA-98wp-jc6q-x5q5

API: hide ApiListener#ticket_salt
This commit is contained in:
Julian Brost 2021-07-15 11:13:35 +02:00 committed by GitHub
commit 9f43c143d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class ApiListener : ConfigObject
default {{{ return 15.0; }}}
};
[config] String ticket_salt;
[config, no_user_view, no_user_modify] String ticket_salt;
[config] Array::Ptr access_control_allow_origin;
[config, deprecated] bool access_control_allow_credentials;